From e0d3c172a4082f17270185cd8dc0bb75c8d25faf Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 23 Aug 2021 12:56:41 -0700 Subject: [PATCH] Center loading message --- src/App.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 183faa71..d1735753 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -28,6 +28,7 @@ import { Room } from "./Room"; import { GridDemo } from "./GridDemo"; import { RegisterPage } from "./RegisterPage"; import { LoginPage } from "./LoginPage"; +import { Center } from "./Layout"; export default function App() { const { protocol, host } = window.location; @@ -40,7 +41,9 @@ export default function App() { <> {loading ? ( -

Loading...

+
+

Loading...

+
) : (