mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
more compact cli version in footer (#168)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user