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 () => {
-