From 32dd7ab95d454e855ce00a2cf62707e3b6633f17 Mon Sep 17 00:00:00 2001 From: tedison <76473430+edisontim@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:34:09 -0500 Subject: [PATCH] loading page loading itmes (#2436) --- client/src/ui/modules/LoadingScreen.tsx | 1 + landing/src/main.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/ui/modules/LoadingScreen.tsx b/client/src/ui/modules/LoadingScreen.tsx index 04fb67342..aea959348 100644 --- a/client/src/ui/modules/LoadingScreen.tsx +++ b/client/src/ui/modules/LoadingScreen.tsx @@ -47,6 +47,7 @@ export const LoadingScreen = ({ backgroundImage }: { backgroundImage: string })
{`${statements[currentStatement]}`}
+
{`We are experiencing high loading times. Please be patient.`}
); diff --git a/landing/src/main.tsx b/landing/src/main.tsx index 3329ade7e..00bd7c7ab 100644 --- a/landing/src/main.tsx +++ b/landing/src/main.tsx @@ -35,6 +35,7 @@ if (!rootElement.innerHTML) {
Loading... +
{`We are experiencing high loading times. Please be patient.`}
, );