mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 20:37:42 +02:00
Set max width for container
This commit is contained in:
@@ -11,7 +11,7 @@ export const ErrorFallback = ({ error, resetErrorBoundary }: any) => {
|
|||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<Center sx={{ height: '100vh' }}>
|
<Center sx={{ height: '100vh' }}>
|
||||||
<Stack>
|
<Stack sx={{ maxWidth: '50%' }}>
|
||||||
<Group spacing="xs">
|
<Group spacing="xs">
|
||||||
<RiErrorWarningLine color="var(--danger-color)" size={30} />
|
<RiErrorWarningLine color="var(--danger-color)" size={30} />
|
||||||
<Text size="lg">Something went wrong</Text>
|
<Text size="lg">Something went wrong</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user