Skip to content

Commit 4c63f76

Browse files
committedJun 25, 2024
add missing links to the home page
1 parent 09c1372 commit 4c63f76

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed
 

‎src/pages/home.tsx

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,33 @@ export const Home: React.FC = () => (
44
<ul>
55
<li>
66
<a href="#/address-import">LINZ Address Import</a>
7+
<ul>
8+
<li>
9+
<a href="#/map">Map</a>
10+
</li>
11+
12+
<li>
13+
<a href="/RapiD/">RapiD</a>
14+
</li>
15+
</ul>
716
</li>
817
<li>
918
<a href="/missing-streets">Missing Streets</a>
1019
</li>
11-
{/* <li>
12-
<a href="#/upload">For Importers: OsmPatch Upload Tool</a>
13-
</li> */}
20+
<li>
21+
<a href="/place-name-conflation">Place Name Conflation</a>
22+
</li>
23+
<li>
24+
For advanced mappers:
25+
<ul>
26+
<li>
27+
<a href="#/upload">OsmPatch Upload Tool</a>
28+
</li>
29+
<li>
30+
<a href="#/restore-history">History Restorer Tool</a>
31+
</li>
32+
</ul>
33+
</li>
1434
</ul>
1535
</div>
1636
);

0 commit comments

Comments
 (0)