From bce05ad4836578a09fbb71b4ebfbd1b966bdf275 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 22 Jun 2021 03:03:39 +0000 Subject: [PATCH] Fix loading message --- webclient/src/App.css | 2 +- webclient/src/App.js | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/webclient/src/App.css b/webclient/src/App.css index 87d6178..40d4027 100644 --- a/webclient/src/App.css +++ b/webclient/src/App.css @@ -41,7 +41,7 @@ body { text-align: center; } -.container p { +p { color: white; font-size: 2em; margin: 0.25em; diff --git a/webclient/src/App.js b/webclient/src/App.js index c21801a..04cc8b3 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -111,9 +111,7 @@ function App() { } : -
- Loading... -
+

Loading...

} );