add map button
This commit is contained in:
@@ -64,6 +64,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<button on:click={() => goto('/featured')}>Featured</button>
|
<button on:click={() => goto('/featured')}>Featured</button>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<button on:click={() => goto('/map')}>Map</button>
|
||||||
|
</li>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !data.user}
|
{#if !data.user}
|
||||||
@@ -96,6 +99,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<button class="btn btn-neutral" on:click={() => goto('/featured')}>Featured</button>
|
<button class="btn btn-neutral" on:click={() => goto('/featured')}>Featured</button>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<button class="btn btn-neutral" on:click={() => goto('/map')}>Map</button>
|
||||||
|
</li>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !data.user}
|
{#if !data.user}
|
||||||
|
|||||||
Reference in New Issue
Block a user