diff --git a/src/components/ParityBitsGame.tsx b/src/components/ParityBitsGame.tsx index 6ccb53b..f7f8b41 100644 --- a/src/components/ParityBitsGame.tsx +++ b/src/components/ParityBitsGame.tsx @@ -413,7 +413,7 @@ const ParityBitsGame = ({ showSocialShare = true }: ParityBitsGameProps) => { Parity cells have colored borders. Each row and column should have an even number of black squares.
{flippedCell && ( -+
Flipped bit at position ({flippedCell.row + 1}, {flippedCell.col + 1})
)}