refactor: Update API endpoint for fetching visited adventures

This commit is contained in:
Sean Morley
2024-07-12 22:07:36 -04:00
parent 34f26b36dd
commit cab7824510
8 changed files with 16 additions and 269 deletions

View File

@@ -40,7 +40,7 @@
</p>
</div>
<div class="flex flex-col gap-2 min-[400px]:flex-row">
<button on:click={() => goto('/visited')} class="btn btn-primary">
<button on:click={() => goto('/adventures')} class="btn btn-primary">
Go To AdventureLog
</button>
</div>