Merge branch 'feature/loading_logo' into 'develop'
loading page design See merge request witel3/loan-facilities-expert!24
This commit is contained in:
1
public/images/loading_logo.svg
Normal file
1
public/images/loading_logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
@@ -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}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user