diff --git a/src/components/Chat.jsx b/src/components/Chat.jsx index 86b7362..706f5dc 100644 --- a/src/components/Chat.jsx +++ b/src/components/Chat.jsx @@ -39,7 +39,7 @@ function Chat({ prompt, mode }) {
{response}
) : ( -
Type "c " and your prompt in the command bar to chat with AI
+
Type "c" followed by your prompt in the command bar to chat with the AI
)} );