From 2ffbad2fc1e7e2f01bbf4a1ff4ce1da331055d0d Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Thu, 17 Mar 2022 05:33:38 +0100 Subject: [PATCH] WIP --- src/ui/components/Info.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/ui/components/Info.tsx b/src/ui/components/Info.tsx index 0df19e9..6c33807 100644 --- a/src/ui/components/Info.tsx +++ b/src/ui/components/Info.tsx @@ -15,10 +15,12 @@ const Info: Component<{ handlers: Handlers }> = () => { {state.game.header.WhitePretty}{" "} - - {" "} - ({state.game.header.WhiteElo}) - + + + {" "} + ({state.game.header.WhiteElo}) + +
@@ -36,10 +38,12 @@ const Info: Component<{ handlers: Handlers }> = () => { {state.game.header.BlackPretty}{" "} - - {" "} - ({state.game.header.BlackElo}) - + + + {" "} + ({state.game.header.BlackElo}) + +