Skip to content

Commit

Permalink
refactor: modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslarroche committed Feb 17, 2024
1 parent 10e64d3 commit a716d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2-react-color-schemes-and-modal/src/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Modal(props) {
<dialog onClick={handleClickOverlay} open={modalIsOpen} {...props}>
<article>
<header>
<a href="#close" aria-label="Close" rel="prev" onClick={handleClose}></a>
<button aria-label="Close" rel="prev" onClick={handleClose}></button>
<h3>Confirm your action!</h3>
</header>
<p>
Expand Down

0 comments on commit a716d7b

Please sign in to comment.