update tips (#1315)
This commit is contained in:
parent
b831ffc1b3
commit
b05b8673cd
|
@ -19,7 +19,7 @@ export const Tips: React.FC<TipsProps> = ({ config }) => {
|
||||||
<Box flexDirection="column" marginBottom={1}>
|
<Box flexDirection="column" marginBottom={1}>
|
||||||
<Text color={Colors.Foreground}>Tips for getting started:</Text>
|
<Text color={Colors.Foreground}>Tips for getting started:</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
1. Ask questions, edit code or run commands.
|
1. Ask questions, edit files, or run commands.
|
||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
2. Be specific for the best results.
|
2. Be specific for the best results.
|
||||||
|
|
Loading…
Reference in New Issue