diff --git a/app/components/GameScreen.tsx b/app/components/GameScreen.tsx index 8a697a0..73f48bb 100644 --- a/app/components/GameScreen.tsx +++ b/app/components/GameScreen.tsx @@ -253,12 +253,12 @@ export function GameScreen({
{/* Topbar */}
-
-
- - Cible +
+
+ + Cible → - + {room.targetArticle}
@@ -267,13 +267,17 @@ export function GameScreen({
{timeLeft !== null && ( - + {timeLeft}s )} {elapsed} {clicks} clics - {myPlayer?.score ?? 0} pts + + {myPlayer?.score ?? 0} pts +
{!myFinished && canGoBack && (