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