From cfc697a96d2e716a75e1c3b7f0f34fce81abaf1e Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Thu, 17 Apr 2025 18:06:21 -0400 Subject: Run `npm run format` - Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603 --- packages/cli/src/ui/components/Tips.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'packages/cli/src/ui/components/Tips.tsx') diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 5dbe60b2..88a14407 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -3,15 +3,20 @@ import { Box, Text } from 'ink'; import { UI_WIDTH } from '../constants.js'; const Tips: React.FC = () => { - return ( - - Tips for getting started: - 1. /help for more information. - 2. /init to create a GEMINI.md for instructions & context. - 3. Ask coding questions, edit code or run commands. - 4. Be specific for the best results. - - ); + return ( + + Tips for getting started: + + 1. /help for more information. + + + 2. /init to create a GEMINI.md for instructions & + context. + + 3. Ask coding questions, edit code or run commands. + 4. Be specific for the best results. + + ); }; -export default Tips; \ No newline at end of file +export default Tips; -- cgit v1.2.3