Skip to content

Commit

Permalink
Remove about link from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
1yne committed Oct 26, 2024
1 parent 3148355 commit b3967e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
class="link link--metis relative mb-6 flex w-max pb-2 text-6xl font-semibold text-white before:content-[''] mobile:text-4xl"
>Location</a
>
<a
href="/"
class="link link--metis relative mb-6 flex w-max pb-2 text-6xl font-semibold text-white before:content-[''] mobile:text-4xl"
on:click={() => (menuVisible = false)}>About</a
>
<a
href="/gallery"
class="link link--metis relative mb-6 flex w-max pb-2 text-6xl font-semibold text-white before:content-[''] mobile:text-4xl"
Expand Down

0 comments on commit b3967e8

Please sign in to comment.