Compare commits

..

No commits in common. "863841bd748b765c94aa8b4b5e945b6f4b0056a9" and "6474f14aea6f275c0cdc41ca4797a154556e700a" have entirely different histories.

7 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,7 @@ body {
text-align: center; text-align: center;
} }
p { .container p {
color: white; color: white;
font-size: 2em; font-size: 2em;
margin: 0.25em; margin: 0.25em;

View File

@ -111,7 +111,9 @@ function App() {
} }
</div> </div>
: :
<p>Loading...</p> <div className='stats'>
Loading...
</div>
} }
</div> </div>
); );