loading page design

This commit is contained in:
Yasiu1376
2023-07-15 11:03:02 +03:30
parent 76164ed9c4
commit 6b4a3e0c9b
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -28,7 +28,7 @@ const LoadingHardPage = ({ children, loading }) => {
>
<Fade in={true}>
<LoadingImage
src={"/images/logo.svg"}
src={"/images/loading_logo.svg"}
alt="loading marhaba"
priority
width={100}

View File

@@ -7,7 +7,7 @@ const Message = ({ text, actions }) => {
<FullPageLayout sx={{ p: 1 }}>
<CenterLayout spacing={3}>
<StyledImage
src={"/images/logo.svg"}
src={"/images/loading_logo.svg"}
alt="loading loan facilities"
width={100}
height={100}