1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

Merge pull request #117 from seanmorley15/development

better labeling
This commit is contained in:
Sean Morley 2024-07-11 15:43:00 -04:00 committed by GitHub
commit 9904ab5952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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