diff options
Diffstat (limited to 'packages/cli/src/ui/components/Footer.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx index 5b9e3af7..af3d8437 100644 --- a/packages/cli/src/ui/components/Footer.tsx +++ b/packages/cli/src/ui/components/Footer.tsx @@ -46,7 +46,7 @@ export const Footer: React.FC<FooterProps> = ({ const percentage = promptTokenCount / limit; return ( - <Box marginTop={1} justifyContent="space-between" width="100%"> + <Box justifyContent="space-between" width="100%"> <Box> {vimMode && <Text color={Colors.Gray}>[{vimMode}] </Text>} {nightly ? ( |
