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

sorting server side

This commit is contained in:
Sean Morley 2024-07-13 10:28:45 -04:00
parent cab7824510
commit 82db6f1789
7 changed files with 85 additions and 93 deletions

View file

@ -58,9 +58,6 @@
<li>
<button on:click={() => goto('/worldtravel')}>World Travel</button>
</li>
<li>
<button on:click={() => goto('/featured')}>Featured</button>
</li>
<li>
<button on:click={() => goto('/map')}>Map</button>
</li>
@ -90,9 +87,6 @@
<button class="btn btn-neutral" on:click={() => goto('/worldtravel')}>World Travel</button
>
</li>
<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>