diff --git a/src/MancalaApp.tsx b/src/MancalaApp.tsx index ba62f58..03b46a4 100644 --- a/src/MancalaApp.tsx +++ b/src/MancalaApp.tsx @@ -90,7 +90,7 @@ const MancalaApp: FunctionComponent = () => { - {connectionStateText()} + {connectionStateText()} ); diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 6c09a2c..48c79c8 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -18,7 +18,7 @@ const Button: FunctionComponent<{