Skip to content

Commit

Permalink
Update loading message to a friendlier one
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Jan 3, 2024
1 parent a197fee commit 69fc9ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/MainContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ function MainContainer() {

{loading ? (
<div className="flex items-center justify-center text-center text-lg sm:text-4xl xl:m-9 xl:p-9 xl:text-5xl ">
<h2>Page loading...</h2>
<h2>
This page is loading... Waiting for the server to wake up... 😊
</h2>
<div className="mx-9 h-12 w-12 animate-spin rounded-full border-b-4 border-t-4 border-gray-600"></div>
</div>
) : (
Expand Down

0 comments on commit 69fc9ab

Please sign in to comment.