Skip to content

Commit

Permalink
Fix cancel button in Sign Up modal (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
overwatcheddude committed May 20, 2024
1 parent 1bae8ce commit efccd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const SignUpModal = () => {
</form>
</div>
<div className="modal-footer">
<button type="button" className="btn btn-secondary">
<button type="button" className="btn btn-secondary" onClick={closeModal}>
Cancel
</button>
<button
Expand Down

0 comments on commit efccd7f

Please sign in to comment.