Fix loading message
This commit is contained in:
parent
6474f14aea
commit
bce05ad483
|
@ -41,7 +41,7 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.container p {
|
||||
p {
|
||||
color: white;
|
||||
font-size: 2em;
|
||||
margin: 0.25em;
|
||||
|
|
|
@ -111,9 +111,7 @@ function App() {
|
|||
}
|
||||
</div>
|
||||
:
|
||||
<div className='stats'>
|
||||
Loading...
|
||||
</div>
|
||||
<p>Loading...</p>
|
||||
}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user