Skip to content

Commit

Permalink
🐞 fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristYoung committed Oct 29, 2023
1 parent d5d6c5d commit 99f34d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/SpellWords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ export const SpellWords: React.FC = () => {
</div>
</div>
<div className="modal-action">
<button
<div
className="btn"
onClick={confirmBtnClicked}>
Confirm
</button>
</div>
</div>
</div>
</dialog>
Expand Down

0 comments on commit 99f34d8

Please sign in to comment.