mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
fix(ui): remove extraneous whitespace from startup screen (#3990)
This commit is contained in:
parent
21fef1620d
commit
b089845f1c
6 changed files with 53 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ interface TipsProps {
|
|||
export const Tips: React.FC<TipsProps> = ({ config }) => {
|
||||
const geminiMdFileCount = config.getGeminiMdFileCount();
|
||||
return (
|
||||
<Box flexDirection="column" marginBottom={1}>
|
||||
<Box flexDirection="column">
|
||||
<Text color={Colors.Foreground}>Tips for getting started:</Text>
|
||||
<Text color={Colors.Foreground}>
|
||||
1. Ask questions, edit files, or run commands.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue