mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
fixed EmptyStateScreen.tsx
This commit is contained in:
parent
5d830701c0
commit
83be5c4cfe
@ -8,7 +8,15 @@ export default function EmptyStateScreen(): ReactElement {
|
||||
const {t} = useTranslation()
|
||||
|
||||
return (
|
||||
<Grid container spacing={4} direction="column" alignItems="center">
|
||||
<Grid
|
||||
container
|
||||
spacing={4}
|
||||
direction="column"
|
||||
alignItems="center"
|
||||
maxWidth="60%"
|
||||
alignSelf="center"
|
||||
marginX="auto"
|
||||
>
|
||||
<Grid item>
|
||||
<Typography variant="h6" component="h2">
|
||||
{t("routes.AliasesRoute.emptyState.title")}
|
||||
|
@ -9,7 +9,15 @@ export default function EmptyStateScreen(): ReactElement {
|
||||
const {t} = useTranslation()
|
||||
|
||||
return (
|
||||
<Grid container spacing={4} direction="column" alignItems="center">
|
||||
<Grid
|
||||
container
|
||||
spacing={4}
|
||||
direction="column"
|
||||
alignItems="center"
|
||||
maxWidth="60%"
|
||||
alignSelf="center"
|
||||
marginX="auto"
|
||||
>
|
||||
<Grid item>
|
||||
<Typography variant="h6" component="h2">
|
||||
{t("routes.ReportsRoute.emptyState.title")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user