fix(cli): add top margin before header
This commit is contained in:
@@ -43,6 +43,7 @@ export function TuiApp({ gatewayUrl, conversationId, sessionCookie }: TuiAppProp
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box flexDirection="column" height="100%">
|
<Box flexDirection="column" height="100%">
|
||||||
|
<Box marginTop={1} />
|
||||||
<TopBar
|
<TopBar
|
||||||
gatewayUrl={gatewayUrl}
|
gatewayUrl={gatewayUrl}
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user