[eric] dashboard: empty-state copy says chat bubble, not the old plus

This commit is contained in:
ciregenz
2026-06-04 11:13:21 -07:00
parent e5ff670070
commit 3cf1c51a45
@@ -31,7 +31,7 @@ const DashboardEmptyState: React.FC<{ c: ClaudeTokens }> = ({ c }) => (
animation: 'empty-state-shimmer 6s linear infinite',
}}
>
Click the &quot;+&quot; button below to launch your first agent
Click the chat bubble below to launch your first agent
</Typography>
</Box>
);