Skip to content

Commit

Permalink
Replace labels without for attr to spans
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 25, 2023
1 parent 0007b93 commit b96267a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1>bech32-buffer</h1>
<div class="col-12 form-text text-muted small">A short tag describing what a Bech32-encoded string is used for.</div>
</div>
<div class="mb-3 row">
<label class="col-3 col-form-label">Encoding</label>
<span class="col-3 col-form-label">Encoding</span>
<div class="col-9">
<div class="btn-group" role="group">
<input type="radio" class="btn-check" name="encoding-options" id="encoding-bech32" autocomplete="off">
Expand All @@ -126,7 +126,7 @@ <h1>bech32-buffer</h1>
</div>
<div class="tab-pane active" id="encode-btc" role="tabpanel" aria-labelledby="encode-btc-tab">
<div class="mb-3 row">
<label class="col-3 col-form-label">Network</label>
<span class="col-3 col-form-label">Network</span>
<div class="col-9">
<div class="btn-group" role="group">
<input type="radio" class="btn-check" name="btc-network-options" id="btc-mainnet" autocomplete="off" checked>
Expand Down

0 comments on commit b96267a

Please sign in to comment.