Skip to content

Commit cf101ea

Browse files
fix label id
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 0614d8e commit cf101ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lecture07/todolist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="display-4 py-2" align="center">Todo List</h1>
2626
<div class="row">
2727

2828
<div class="form-group col-9">
29-
<label for="exampleInputEmail1">New Task</label>
29+
<label for="newTaskHelp">New Task</label>
3030
<input type="text"
3131
class="form-control"
3232
id="inpNewTask"

0 commit comments

Comments
 (0)