more compact cli version in footer (#168)
This commit is contained in:
parent
39cdba06a6
commit
b65442a88c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const Footer: React.FC<FooterProps> = ({
|
||||||
{/* Right Section: Gemini Label */}
|
{/* Right Section: Gemini Label */}
|
||||||
<Box>
|
<Box>
|
||||||
<Text color={Colors.AccentBlue}> {config.getModel()} </Text>
|
<Text color={Colors.AccentBlue}> {config.getModel()} </Text>
|
||||||
<Text color={Colors.SubtleComment}> | CLI Version: {cliVersion} </Text>
|
<Text color={Colors.SubtleComment}>| CLI {cliVersion} </Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue