From 6dda4df7117a6e678bab8990430dfae80d5ac3bb Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 20 Jan 2026 09:16:07 +0000 Subject: [PATCH] fix(chat): change "Sign in to send messages" to "Sign in to post" Simplified the login prompt text in chat interface for clarity. --- src/components/ChatViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index af29920..53696b5 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -1126,7 +1126,7 @@ export function ChatViewer({ > Sign in {" "} - to send messages + to post )}