Skip to content

Commit

Permalink
add missing links to the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jun 25, 2024
1 parent 09c1372 commit 4c63f76
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,33 @@ export const Home: React.FC = () => (
<ul>
<li>
<a href="#/address-import">LINZ Address Import</a>
<ul>
<li>
<a href="#/map">Map</a>
</li>

<li>
<a href="/RapiD/">RapiD</a>
</li>
</ul>
</li>
<li>
<a href="/missing-streets">Missing Streets</a>
</li>
{/* <li>
<a href="#/upload">For Importers: OsmPatch Upload Tool</a>
</li> */}
<li>
<a href="/place-name-conflation">Place Name Conflation</a>
</li>
<li>
For advanced mappers:
<ul>
<li>
<a href="#/upload">OsmPatch Upload Tool</a>
</li>
<li>
<a href="#/restore-history">History Restorer Tool</a>
</li>
</ul>
</li>
</ul>
</div>
);

0 comments on commit 4c63f76

Please sign in to comment.