From e3d0cba6375e05b1edab662965eeab6ef42b9027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20R=C3=A5dberg?= Date: Mon, 17 Nov 2025 00:26:42 +0100 Subject: [PATCH] correct rotation --- src/Components/LifeCounter/LifeCounter.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Components/LifeCounter/LifeCounter.tsx b/src/Components/LifeCounter/LifeCounter.tsx index 5996ab7..2ecf588 100644 --- a/src/Components/LifeCounter/LifeCounter.tsx +++ b/src/Components/LifeCounter/LifeCounter.tsx @@ -226,8 +226,17 @@ const LifeCounter = ({ player, opponents, matchScore }: LifeCounterProps) => { )} {matchScore !== undefined && matchScore > 0 && ( - -
{matchScore}
+ + {matchScore} )}