From f5c12674fad11926019765480ad710160a906407 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Mon, 26 May 2025 22:38:15 +0530 Subject: [PATCH] chore(dev): configuarble agents --- .../src/app/(dashboard)/dashboard/page.tsx | 39 +++++++------------ 1 file changed, 15 insertions(+), 24 deletions(-) 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?