From fd5fdbb26a0d048730991d092e7bbaaeeb4f0a8b Mon Sep 17 00:00:00 2001 From: Coow Date: Thu, 18 Jan 2024 11:40:43 +0100 Subject: [PATCH] Fix FlipScore not affecting TeamName and TeamIcon --- src/graphics/TeamGameNoUI.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/graphics/TeamGameNoUI.tsx b/src/graphics/TeamGameNoUI.tsx index 1616c4c..6f97513 100644 --- a/src/graphics/TeamGameNoUI.tsx +++ b/src/graphics/TeamGameNoUI.tsx @@ -52,8 +52,8 @@ export function TeamGameNoUI() { height: '100vh' }} /> -

{leftName}

-

{rightName}

+

{leftName}

+

{rightName}

{showScore ?
@@ -66,9 +66,9 @@ export function TeamGameNoUI() {
: <> } {showIcons ?
- + - +
: <> }