fix: Improve maxWidth styling on LoadingPage

This commit is contained in:
Myzel394 2023-02-20 20:04:03 +01:00
parent 86e6e430cc
commit 4ce5837bf4
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -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>
)