Skip to content

Commit

Permalink
add support link to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Feb 22, 2023
1 parent 8d4acfb commit ee6bc81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loc_insurancemaps/components/src/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export let USER;
<div>
<a href="/browse" title="Browse Maps">Browse Maps</a>
</div>
<div>
<a href="/#support" title="Support this project">Support</a>
</div>
<div>
<a href="https://about.oldinsurancemaps.net" title="Browse">About <i class="fa fa-external-link"></i></a>
</div>
Expand Down

0 comments on commit ee6bc81

Please sign in to comment.