mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
better labeling
This commit is contained in:
parent
23af6b2203
commit
6713d9ef5d
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