From 69fc9ab86cb3ce9885c39220156477f4c6fb892f Mon Sep 17 00:00:00 2001 From: Afsha10 Date: Mon, 1 Jan 2024 17:15:08 +0000 Subject: [PATCH] Update loading message to a friendlier one --- client/src/components/MainContainer.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/MainContainer.jsx b/client/src/components/MainContainer.jsx index 158d034a1a..9bc747cb35 100644 --- a/client/src/components/MainContainer.jsx +++ b/client/src/components/MainContainer.jsx @@ -27,7 +27,9 @@ function MainContainer() { {loading ? (
-

Page loading...

+

+ This page is loading... Waiting for the server to wake up... 😊 +

) : (