Skip to content

Commit fc23675

Browse files
author
Nick Vidal
committed
bug: fix switch issue introduced in last PR
Signed-off-by: Nick Vidal <[email protected]>
1 parent 4f8a3bc commit fc23675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="menu-left">
3434
<div style="margin: 3px 2px 0 0; font-weight: 700;">1P</div>
3535
<div><label class="switch">
36-
<label> <input type="checkbox" id="multiCheckbox"> </label>
36+
<input type="checkbox" id="multiCheckbox">
3737
<span class="slider round"></span>
3838
</label></div>
3939
<div style="margin: 3px 0 0 3px; font-weight: 700;">MP</div>

0 commit comments

Comments
 (0)