mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-19 07:55:25 +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()
|
const {t} = useTranslation()
|
||||||
|
|
||||||
return (
|
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>
|
<Grid item>
|
||||||
<Typography variant="h6" component="h2">
|
<Typography variant="h6" component="h2">
|
||||||
{t("routes.AliasesRoute.emptyState.title")}
|
{t("routes.AliasesRoute.emptyState.title")}
|
||||||
|
@ -9,7 +9,15 @@ export default function EmptyStateScreen(): ReactElement {
|
|||||||
const {t} = useTranslation()
|
const {t} = useTranslation()
|
||||||
|
|
||||||
return (
|
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>
|
<Grid item>
|
||||||
<Typography variant="h6" component="h2">
|
<Typography variant="h6" component="h2">
|
||||||
{t("routes.ReportsRoute.emptyState.title")}
|
{t("routes.ReportsRoute.emptyState.title")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user