diff --git a/apps/web/src/components/chat/Chat.tsx b/apps/web/src/components/chat/Chat.tsx index 8462989..4168c42 100644 --- a/apps/web/src/components/chat/Chat.tsx +++ b/apps/web/src/components/chat/Chat.tsx @@ -342,6 +342,31 @@ export const Chat = forwardRef(function Chat( )} {/* Input Area */} + {!user && ( +
+
+ + + + + Sign in to chat with Jarvis + +
+
+ )}
(function Chat(