mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
Japan
This commit is contained in:
parent
65ad5348e2
commit
7d931c7a97
4 changed files with 28478 additions and 2 deletions
|
@ -202,7 +202,7 @@
|
|||
id="visited"
|
||||
value="visited"
|
||||
aria-label="Visited"
|
||||
checked
|
||||
checked={newAdventure.type === 'visited'}
|
||||
on:click={() => (type = 'visited')}
|
||||
/>
|
||||
<input
|
||||
|
@ -212,6 +212,7 @@
|
|||
id="planned"
|
||||
value="planned"
|
||||
aria-label="Planned"
|
||||
checked={newAdventure.type === 'planned'}
|
||||
on:click={() => (type = 'planned')}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue