fix typo
This commit is contained in:
parent
6d28d86a7c
commit
8f6870c6ff
@ -97,7 +97,7 @@ const MancalaApp: FunctionComponent = () => {
|
|||||||
</Routes>
|
</Routes>
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
<FloatingPanel context={context} color={floatingPanelColor} visible={showConnectionState}>
|
<FloatingPanel context={context} color={floatingPanelColor} visible={showConnectionState}>
|
||||||
<span style={{ color: textColorOnBoard, transition: 'color 0.5s;' }}>{connectionStateText()}</span>
|
<span style={{ color: textColorOnBoard, transition: 'color 0.5s' }}>{connectionStateText()}</span>
|
||||||
</FloatingPanel>
|
</FloatingPanel>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user