Skip to content

Commit

Permalink
Use a switch for toggling automatic Morse decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Oct 2, 2024
1 parent a64feda commit 17558e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ <h1 id="main-header" class="navbar-brand" dir="ltr">
End exchange
</button>
</div>
<div class="form-check ">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Show decoded
</label>
Expand Down

0 comments on commit 17558e7

Please sign in to comment.