chore: generate
This commit is contained in:
@@ -104,14 +104,7 @@ export function ErrorComponent(props: { error: Error; reset: () => void; mode?:
|
|||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
>
|
>
|
||||||
<box
|
<box width={contentWidth()} flexGrow={1} flexDirection="column" paddingTop={1} paddingBottom={1} gap={1}>
|
||||||
width={contentWidth()}
|
|
||||||
flexGrow={1}
|
|
||||||
flexDirection="column"
|
|
||||||
paddingTop={1}
|
|
||||||
paddingBottom={1}
|
|
||||||
gap={1}
|
|
||||||
>
|
|
||||||
{/* Headline */}
|
{/* Headline */}
|
||||||
<box flexDirection="column" alignItems="center" flexShrink={0}>
|
<box flexDirection="column" alignItems="center" flexShrink={0}>
|
||||||
<text attributes={TextAttributes.BOLD} fg={colors.text}>
|
<text attributes={TextAttributes.BOLD} fg={colors.text}>
|
||||||
|
|||||||
Reference in New Issue
Block a user