diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 9cfceb8..231e069 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -996,7 +996,7 @@ function VotingTimer() { }, [timeLeft]); return ( -
+
{timeLeft}
);