From 63b9766ba3fa914841ed415818e7ea064b094e3f Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Fri, 5 Dec 2025 22:18:24 +0100 Subject: [PATCH] Fix: Remove markdown backticks from GameBoard.tsx --- client/src/components/GameBoard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 8399dfb..1de4642 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -583,4 +583,3 @@ function VotingTimer({ onTimeout }: { onTimeout: () => void }) { ); } -```