Skip to content

Commit

Permalink
Re-add id required by the script to close the modal (#78)
Browse files Browse the repository at this point in the history
* Update npm dependencies

* Re-add id required by the script to close the modal
  • Loading branch information
Spencer14420 authored Nov 24, 2024
1 parent 5dc70ff commit a9539d1
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 50 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="contactModalLabel">Contact Us</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" id="contactCancel"></button>
</div>
<div class="modal-body">
<div>
Expand Down
Loading

0 comments on commit a9539d1

Please sign in to comment.