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 );