diff --git a/src/common/ButtonForJoinableGame/index.tsx b/src/common/ButtonForJoinableGame/index.tsx index 0eab3e6..cdae63f 100644 --- a/src/common/ButtonForJoinableGame/index.tsx +++ b/src/common/ButtonForJoinableGame/index.tsx @@ -21,7 +21,7 @@ export const ButtonForJoinableGame = ({ gameType, gameId, gameUuid }: ButtonForJ buttonType="secondary" className="flex items-center" onClick={openConnectModal} - > + > Join : !isGamePlayable ? diff --git a/src/containers/App/index.tsx b/src/containers/App/index.tsx index 712d2fa..671ac55 100644 --- a/src/containers/App/index.tsx +++ b/src/containers/App/index.tsx @@ -4,6 +4,7 @@ import { localeSelector } from '../LanguageProvider/intlSlice'; import { useAppSelector, useMediaQuery } from '../../hooks'; import { RouterProvider } from 'react-router-dom'; import router, { mobileRouter } from '../Router'; +import { ComponentLoader } from '../../common/loaders'; import 'twin.macro'; @@ -14,7 +15,7 @@ function App() { return ( - Loading...

} /> + } />
) diff --git a/src/containers/FooterMobile/index.tsx b/src/containers/FooterMobile/index.tsx index f60ec9c..928027a 100644 --- a/src/containers/FooterMobile/index.tsx +++ b/src/containers/FooterMobile/index.tsx @@ -53,7 +53,7 @@ const FooterMobile = () => { Documentation - + Play Beta(Web only)