From 7423bfc389371abb28cdc012a724fbae1d6f8329 Mon Sep 17 00:00:00 2001 From: jessy-david-dev Date: Mon, 13 Apr 2026 15:45:39 +0200 Subject: [PATCH] ui: make target article badge more visible in game topbar --- app/components/GameScreen.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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 && (