mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-20 00:05:26 +02:00
fix: Improve maxWidth styling on LoadingPage
This commit is contained in:
parent
86e6e430cc
commit
4ce5837bf4
@ -20,10 +20,8 @@ export default function LoadingPage(): ReactElement {
|
|||||||
<Grid item>
|
<Grid item>
|
||||||
<Logo width={250} height={250} />
|
<Logo width={250} height={250} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item maxWidth="sm">
|
||||||
<Typography component="h1" variant="h4">
|
<Typography variant="subtitle1">{t("general.loading")}</Typography>
|
||||||
{t("general.loading")}
|
|
||||||
</Typography>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user