Node 22 and year fix
This commit is contained in:
10
index.html
10
index.html
@@ -132,17 +132,17 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="d-block max-w-xs mr-2">
|
||||
<label for="year-2025" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2026" value="2026"/>2026
|
||||
<label for="year-2026" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2026" value="2026"/> 2026
|
||||
</label>
|
||||
<label for="year-2025" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2025" value="2025"/>2025
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2025" value="2025"/> 2025
|
||||
</label>
|
||||
<label for="year-2024" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2024" value="2024"/>2024
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2024" value="2024"/> 2024
|
||||
</label>
|
||||
<label for="year-2023" class="p-2.5 inline-block">
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2023" value="2023"/>2023
|
||||
<input @input.debounce="updateFilter" x-model="year" type="checkbox" id="year-2023" value="2023"/> 2023
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user