Merge branch 'feature/loading_logo' into 'develop'

loading page design

See merge request witel3/loan-facilities-expert!24
This commit is contained in:
yasaman aliakbari
2023-07-15 07:42:57 +00:00
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}> <Fade in={true}>
<LoadingImage <LoadingImage
src={"/images/logo.svg"} src={"/images/loading_logo.svg"}
alt="loading marhaba" alt="loading marhaba"
priority priority
width={100} width={100}

View File

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