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

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