From 6f349e556f151e2a63c9a90e9133fc699c78540b Mon Sep 17 00:00:00 2001 From: tyler-builds Date: Mon, 9 Mar 2026 10:08:00 -0500 Subject: [PATCH] Update project name styling in chat header --- apps/web/src/components/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 51b300ba8e..60ae3ba4f9 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -4145,7 +4145,7 @@ const ChatHeader = memo(function ChatHeader({ {activeThreadTitle} {activeProjectName && ( - + {activeProjectName} )}