Skip to content

Commit

Permalink
Hotfix: changed input label text & removed "Only for debugging..." text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maceeran committed Sep 12, 2024
1 parent b0164f7 commit 04b27f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src.ts/web/examples/get_key_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ <h1>LibHaLo Demo</h1>
Get information about the specific key slot.
</p>
<div class="mb-3">
<label class="form-label">Override the default URL in QR code</label>
<label class="form-label">Target key slot</label>
<input type="text" class="form-control" id="keyNo" value="1" placeHolder="e.g. 2">
<p class="text-muted">Only for debugging. It's recommended to keep this as it is.</p>
</div>

<button class="btn btn-primary" onclick="btnClicked()">Target key slot</button>
Expand Down

0 comments on commit 04b27f8

Please sign in to comment.