fix: move StyledParagraph below
This commit is contained in:
@@ -5,7 +5,9 @@ export const Loader = () => {
|
|||||||
return (
|
return (
|
||||||
<Stack direction="column" sx={{ margin: "30px 0px 291px 0px" }}>
|
<Stack direction="column" sx={{ margin: "30px 0px 291px 0px" }}>
|
||||||
<StyledLoader />
|
<StyledLoader />
|
||||||
<StyledParagraph >Loading...</StyledParagraph>
|
<StyledParagraph>
|
||||||
|
Loading...
|
||||||
|
</StyledParagraph>
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user