better labeling

This commit is contained in:
Sean Morley
2024-07-11 15:42:36 -04:00
parent 23af6b2203
commit 6713d9ef5d

View File

@@ -117,6 +117,15 @@
>
Visited Adventure</button
>
<button
class="btn btn-primary"
on:click={() => {
isShowingCreateModal = true;
newType = 'planned';
}}
>
Planned Adventure</button
>
<!-- <button
class="btn btn-primary"
on:click={() => (isShowingNewTrip = true)}>Trip Planner</button