Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBluefish authored Mar 9, 2024
1 parent 5918442 commit 813736c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h2>Add New Workout</h2>
<button type="button" id="addExerciseBtn">Add Exercise</button>
</div>
<div class="finish" id="finishButton">
<button type="button"id="submitWorkout">Submit Workout</button>
<button type="button" id="resetWorkout">Reset Workout</button>
<button type="submit"id="submitWorkout">Submit Workout</button>
<button type="reset" id="resetWorkout">Reset Workout</button>
</div>
<!-- Placeholder for the confirmation popup -->
<div id="confirmationPopup" style="display: none;">
Expand Down

0 comments on commit 813736c

Please sign in to comment.