mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 03:43:35 +01:00
Fix switch
This commit is contained in:
parent
57dfbca4b9
commit
73626b8e86
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
</h1>
|
||||
|
||||
<section class="mb-6" id="filters" hx-preserve>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" x-model="expandDiffs" x-bind:checked="expandDiffs" />
|
||||
<label class="checkbox-label">
|
||||
<input class="switch" type="checkbox" x-model="expandDiffs" x-bind:checked="expandDiffs" />
|
||||
<p>Expand diffs</p>
|
||||
</label>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue