diff options
| author | Olcan <[email protected]> | 2025-04-25 08:34:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-25 15:34:26 +0000 |
| commit | b65442a88c6bb480ccc3968366ff0dc3c1b24669 (patch) | |
| tree | 740a8ef8d2d6c8750f6466e906929cfe649ee369 | |
| parent | 39cdba06a696be6b1665def9cb627f1ff1e61cd7 (diff) | |
more compact cli version in footer (#168)
| -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 0e7d086d..b23d5b16 100644 --- a/packages/cli/src/ui/components/Footer.tsx +++ b/packages/cli/src/ui/components/Footer.tsx @@ -55,7 +55,7 @@ export const Footer: React.FC<FooterProps> = ({ {/* Right Section: Gemini Label */} <Box> <Text color={Colors.AccentBlue}> {config.getModel()} </Text> - <Text color={Colors.SubtleComment}> | CLI Version: {cliVersion} </Text> + <Text color={Colors.SubtleComment}>| CLI {cliVersion} </Text> </Box> </Box> ); |
