Skip to content

Commit

Permalink
loading page loading itmes (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim authored Dec 11, 2024
1 parent abcce38 commit 32dd7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/ui/modules/LoadingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const LoadingScreen = ({ backgroundImage }: { backgroundImage: string })
<OnboardingContainer backgroundImage={backgroundImage} controller={false}>
<StepContainer tos={false} transition={false} loading={true}>
<div className="mt-10 relative bottom-1 text-center text-xl">{`${statements[currentStatement]}`}</div>
<div className="relative bottom-1 text-center text-xl">{`We are experiencing high loading times. Please be patient.`}</div>
</StepContainer>
</OnboardingContainer>
);
Expand Down
1 change: 1 addition & 0 deletions landing/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if (!rootElement.innerHTML) {
<div className="flex flex-col items-center animate-pulse">
<img src="/images/eternumloader.png" className="w-32 sm:w-24 lg:w-24 xl:w-28 2xl:mt-2 mx-auto my-8" />
<TypeH1 className="text-center mt-4 text-ellipsis">Loading...</TypeH1>
<div className="relative bottom-1 text-center text-xl">{`We are experiencing high loading times. Please be patient.`}</div>
</div>
</div>,
);
Expand Down

0 comments on commit 32dd7ab

Please sign in to comment.