diff --git a/frontend/src/app/(dashboard)/dashboard/page.tsx b/frontend/src/app/(dashboard)/dashboard/page.tsx index bb3fad5a..19529abd 100644 --- a/frontend/src/app/(dashboard)/dashboard/page.tsx +++ b/frontend/src/app/(dashboard)/dashboard/page.tsx @@ -26,9 +26,9 @@ import { config } from '@/lib/config'; import { useInitiateAgentWithInvalidation } from '@/hooks/react-query/dashboard/use-initiate-agent'; import { ModalProviders } from '@/providers/modal-providers'; import { AgentSelector } from '@/components/dashboard/agent-selector'; +import { cn } from '@/lib/utils'; import { useModal } from '@/hooks/use-modal-store'; import { Examples } from './_components/suggestions/examples'; -import { cn } from '@/lib/utils'; const PENDING_PROMPT_KEY = 'pendingAgentPrompt'; @@ -160,29 +160,20 @@ function DashboardContent() { )} -
-
-

- Hey -

-

- What would you like Suna to do today? +

+
+
+

+ Hey, I am +

+ +
+

+ What would you like to do today?