starting trips

This commit is contained in:
Sean Morley
2024-07-10 13:36:51 -04:00
parent 2d596fb550
commit be9c3c6747
7 changed files with 151 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
</div>
</div>
<h1 class="text-center font-bold text-4xl mb-4">Visited Adventures</h1>
<h1 class="text-center font-bold text-4xl mb-4">Planned Adventures</h1>
<div class="flex flex-wrap gap-4 mr-4 ml-4 justify-center content-center">
{#each adventures as adventure}
<AdventureCard type="planned" {adventure} on:delete={deleteAdventure} on:edit={editAdventure} />