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

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