mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
commit
9904ab5952
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue