diff --git a/src/components/Board.tsx b/src/components/Board.tsx index f4eeea0..6deab0e 100644 --- a/src/components/Board.tsx +++ b/src/components/Board.tsx @@ -144,8 +144,10 @@ const Board: React.FC = (props) => { {zenMode && ( -
+
{game.minesCount - game.isFlagged.flat().filter((f) => f).length} + {" | "} + Stage {game.stage}
)}