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>
|
||||
<Logo width={250} height={250} />
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Typography component="h1" variant="h4">
|
||||
{t("general.loading")}
|
||||
</Typography>
|
||||
<Grid item maxWidth="sm">
|
||||
<Typography variant="subtitle1">{t("general.loading")}</Typography>
|
||||
</Grid>
|
||||
</Grid>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user