Skip to content

Commit 70ac0f2

Browse files
committed
Update welcome message
1 parent db0a268 commit 70ac0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/collab/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Chat({
5959

6060
useEffect(() => {
6161
const greeting =
62-
"Hello! I am your AI assistant! You can ask me for help with the question or any other programming related queries.";
62+
"Hello! I am your AI assistant! You can ask me for help with the question or any other programming related queries while you are coding.";
6363
const greetingMessage = {
6464
id: uuidv4(),
6565
userId: "assistant",

0 commit comments

Comments
 (0)