Skip to content

Commit

Permalink
Improve accessibility (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnixon committed Aug 10, 2023
1 parent 017fb25 commit 8b40ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<body>
<form>
<label>Keyboard shortcut</label>
<input type="text" id="shortcut" >
<label for="shortcut">Keyboard shortcut</label>
<input type="text" id="shortcut">
<button id="update">Update keyboard shortcut</button>
<button id="reset">Reset keyboard shortcut</button>
</form>
Expand Down

0 comments on commit 8b40ee5

Please sign in to comment.