mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 06:19:38 +02:00
new adventure list
This commit is contained in:
parent
2afe6a7cf1
commit
f220911d7a
3 changed files with 242 additions and 50 deletions
|
@ -53,10 +53,7 @@
|
|||
>
|
||||
{#if data.user}
|
||||
<li>
|
||||
<button on:click={() => goto('/visited')}>Visited</button>
|
||||
</li>
|
||||
<li>
|
||||
<button on:click={() => goto('/planner')}>Planner</button>
|
||||
<button on:click={() => goto('/adventures')}>Adventures</button>
|
||||
</li>
|
||||
<li>
|
||||
<button on:click={() => goto('/worldtravel')}>World Travel</button>
|
||||
|
@ -87,10 +84,7 @@
|
|||
<ul class="menu menu-horizontal px-1 gap-2">
|
||||
{#if data.user}
|
||||
<li>
|
||||
<button class="btn btn-neutral" on:click={() => goto('/visited')}>Visited</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-neutral" on:click={() => goto('/planner')}>Planner</button>
|
||||
<button class="btn btn-neutral" on:click={() => goto('/adventures')}>Adventures</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-neutral" on:click={() => goto('/worldtravel')}>World Travel</button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue