Skip to content

Commit

Permalink
reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhk9919 committed Oct 14, 2024
1 parent 4fbe472 commit 59035f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added assets/reset2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ <h1 class="subtitle">Todo-List</h1>
<button class="js-cancel-button" title="Cancel">
<i class="fa-solid fa-times"></i>
</button>
<button class="js-reset-button" onclick="resetForm();">
<img src="reset2.png" alt="Reset" width="16" height="16" /> Reset
</button>

</div>
<div id="js-success-notification" style="display: none">
<p>Task completed 🎉</p>
Expand All @@ -77,6 +73,9 @@ <h1 class="subtitle">Todo-List</h1>
<option value="pending">Pending</option>
<option value="completed">Completed</option>
</select>
<button class="js-reset-button" onclick="resetForm();">
<img src="assets/reset2.png" alt="Reset" width="16" height="16" /> Reset
</button>
</div>
</div>
<div class="test">
Expand Down

0 comments on commit 59035f7

Please sign in to comment.