Skip to content

Commit

Permalink
Committing player tutorial dismiss on modal bg click
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Oct 17, 2024
1 parent 84d533e commit b1f966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player/player-tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const PlayerTutorial = (props) => {
<button onClick={toggle} id="tutorial-ready-btn">I'm Ready</button>
</div>

<div className='modal-bg'>
<div className='modal-bg' onClick={toggle}>
</div>
</div>
)
Expand Down

0 comments on commit b1f966b

Please sign in to comment.