mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix the broken build (#98)
This commit is contained in:
@@ -19,12 +19,7 @@ export const Footer: React.FC<FooterProps> = ({
|
|||||||
debugMode,
|
debugMode,
|
||||||
debugMessage,
|
debugMessage,
|
||||||
}) => (
|
}) => (
|
||||||
<Box
|
<Box marginTop={1} display="flex" justifyContent="space-between" width="100%">
|
||||||
marginTop={1}
|
|
||||||
display="flex"
|
|
||||||
justifyContent="space-between"
|
|
||||||
width="100%"
|
|
||||||
>
|
|
||||||
{/* Left Section: Help/DebugMode */}
|
{/* Left Section: Help/DebugMode */}
|
||||||
<Box>
|
<Box>
|
||||||
<Text color={Colors.SubtleComment}>
|
<Text color={Colors.SubtleComment}>
|
||||||
|
|||||||
Reference in New Issue
Block a user