1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 13:59:36 +02:00

better labeling

This commit is contained in:
Sean Morley 2024-07-11 15:38:06 -04:00
parent f220911d7a
commit 23af6b2203

View file

@ -193,6 +193,7 @@
<button type="submit" class="btn btn-primary mt-4">Filter</button>
<div class="divider"></div>
<h3 class="text-center font-semibold text-lg mb-4">Sort</h3>
<label for="name-asc">Name ASC</label>
<input
type="radio"
name="name"
@ -201,6 +202,7 @@
checked
on:click={() => sort({ attribute: 'name', order: 'asc' })}
/>
<label for="name-desc">Name DESC</label>
<input
type="radio"
name="name"