add map button

This commit is contained in:
Sean Morley
2024-07-08 15:04:23 -04:00
parent 5cf37b4047
commit b3c36638ce

View File

@@ -64,6 +64,9 @@
<li>
<button on:click={() => goto('/featured')}>Featured</button>
</li>
<li>
<button on:click={() => goto('/map')}>Map</button>
</li>
{/if}
{#if !data.user}
@@ -96,6 +99,9 @@
<li>
<button class="btn btn-neutral" on:click={() => goto('/featured')}>Featured</button>
</li>
<li>
<button class="btn btn-neutral" on:click={() => goto('/map')}>Map</button>
</li>
{/if}
{#if !data.user}