From 07bff4e0ca7aa0893831dbc2ad996b779db2bcfa Mon Sep 17 00:00:00 2001 From: Sarah Mamy Date: Mon, 23 Jan 2023 10:48:44 +0100 Subject: [PATCH] WIP test - better organization on mobile --- components/Team.tsx | 2 +- pages/[gameId].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Team.tsx b/components/Team.tsx index ab29380..b4cad5b 100644 --- a/components/Team.tsx +++ b/components/Team.tsx @@ -32,7 +32,7 @@ const Team = ({ } )} > -

{t(team)}

+

{t(team)}

{maxScore && `${score}/${maxScore} ${t("cards", "cards")}`} diff --git a/pages/[gameId].tsx b/pages/[gameId].tsx index 533b861..63e570a 100644 --- a/pages/[gameId].tsx +++ b/pages/[gameId].tsx @@ -106,7 +106,7 @@ export default () => {
-
+