mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 03:58:29 +00:00
chore: generate
This commit is contained in:
parent
b8cfd69acf
commit
10f6bb7878
1 changed files with 1 additions and 8 deletions
|
|
@ -104,14 +104,7 @@ export function ErrorComponent(props: { error: Error; reset: () => void; mode?:
|
|||
flexDirection="column"
|
||||
alignItems="center"
|
||||
>
|
||||
<box
|
||||
width={contentWidth()}
|
||||
flexGrow={1}
|
||||
flexDirection="column"
|
||||
paddingTop={1}
|
||||
paddingBottom={1}
|
||||
gap={1}
|
||||
>
|
||||
<box width={contentWidth()} flexGrow={1} flexDirection="column" paddingTop={1} paddingBottom={1} gap={1}>
|
||||
{/* Headline */}
|
||||
<box flexDirection="column" alignItems="center" flexShrink={0}>
|
||||
<text attributes={TextAttributes.BOLD} fg={colors.text}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue