Skip to content

Commit

Permalink
Remove reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldoylecs committed Dec 3, 2024
1 parent 7b53fc4 commit 0ce3a45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/minesweeper/Minesweeper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ function Minesweeper() {
<div className='game-board' style={gameBoardStyle} onContextMenu={disableContextMenu}>
<GameBoardComponent game={game} />
</div>
<button onClick={action(handleReset)}>
Reset
</button>
</div>
);
}
Expand Down

0 comments on commit 0ce3a45

Please sign in to comment.