diff --git a/frontend/src/components/ChatWindow.jsx b/frontend/src/components/ChatWindow.jsx index 90d32ab..11616d7 100644 --- a/frontend/src/components/ChatWindow.jsx +++ b/frontend/src/components/ChatWindow.jsx @@ -53,7 +53,7 @@ export default function ChatWindow({ messages, loading, onSend, sessionId }) {

LocalMind is ready

-

100% private · runs offline · no cloud

+

100% private · runs offline · no cloud

{SUGGESTIONS.map(s => ( @@ -73,7 +73,7 @@ export default function ChatWindow({ messages, loading, onSend, sessionId }) {
LocalMind - {msg.streaming && typing...} + {msg.streaming && typing...}
)}
- You + You
)}