Skip to content

Commit

Permalink
Fix input control of to-input
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jan 27, 2024
1 parent 01b59ae commit 4455309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-we-are-the-champions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>We are the Champions</h1>
<label for="from-input" class="sr-only">From:</label>
<input type="text" name="from" id="from-input" class="form__name" placeholder="From" required>

<label for="from-input" class="sr-only">To:</label>
<label for="to-input" class="sr-only">To:</label>
<input type="text" name="to" id="to-input" class="form__name" placeholder="To" required>

<button type="submit" class="form__btn">Publish</button>
Expand Down

0 comments on commit 4455309

Please sign in to comment.