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}) + +