From 3cf1c51a45b9167dbd3f3cf0b418334be2878d66 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 4 Jun 2026 11:13:21 -0700 Subject: [PATCH] [eric] dashboard: empty-state copy says chat bubble, not the old plus --- frontend/src/app/pages/Dashboard/canvas/DashboardEmptyState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/Dashboard/canvas/DashboardEmptyState.tsx b/frontend/src/app/pages/Dashboard/canvas/DashboardEmptyState.tsx index 6183031a..749f9343 100644 --- a/frontend/src/app/pages/Dashboard/canvas/DashboardEmptyState.tsx +++ b/frontend/src/app/pages/Dashboard/canvas/DashboardEmptyState.tsx @@ -31,7 +31,7 @@ const DashboardEmptyState: React.FC<{ c: ClaudeTokens }> = ({ c }) => ( animation: 'empty-state-shimmer 6s linear infinite', }} > - Click the "+" button below to launch your first agent + Click the chat bubble below to launch your first agent );