fix(leaderboard)!: Replay button now generate new bombs & numbers on first grid click

This commit is contained in:
2024-02-15 19:43:52 +01:00
parent 6c86744275
commit 2459654403
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ const LeaderBoard = () => {
<button
className='controlButton replay'
onClick={() => setGameState((prev) => ({ ...prev, status: 'idle' }))}
onClick={() => setGameState((prev) => ({ ...prev, status: 'idle', endType: '', placedFlags: 0, bombs: 0, gameTime: 0 }))}
>
<Replay />
Rejouer