Compare commits

..

2 Commits

Author SHA1 Message Date
tanner 863841bd74 Rename webclient to client 2021-06-22 03:03:51 +00:00
tanner bce05ad483 Fix loading message 2021-06-22 03:03:39 +00:00
7 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ body {
text-align: center; text-align: center;
} }
.container p { p {
color: white; color: white;
font-size: 2em; font-size: 2em;
margin: 0.25em; margin: 0.25em;
+1 -3
View File
@@ -111,9 +111,7 @@ function App() {
} }
</div> </div>
: :
<div className='stats'> <p>Loading...</p>
Loading...
</div>
} }
</div> </div>
); );