1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 14:29:36 +02:00

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}