Skip to content

Commit

Permalink
Add to mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Dec 22, 2023
1 parent c1c64dd commit 0b1ee93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/(site)/MobileNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<button class="button-reset close-button" on:click={toggle}>×</button>
<nav>
<a on:click={toggle} href="/shows">Shows</a>
<a on:click={toggle} href="/snackpack">Newsletter</a>
<a on:click={toggle} href="/about">About</a>
<a on:click={toggle} href="/potluck">Potluck Qs</a>
<a on:click={toggle} target="_blank" href="https://sentry.shop">Swag</a>
Expand Down

0 comments on commit 0b1ee93

Please sign in to comment.