From 912c8be156d363f53951c44e3f8373c821ecb714 Mon Sep 17 00:00:00 2001 From: arkml Date: Sat, 16 Aug 2025 23:34:03 +0530 Subject: [PATCH] change placeholder text for new assistant in projects page --- .../rowboat/app/projects/components/build-assistant-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rowboat/app/projects/components/build-assistant-section.tsx b/apps/rowboat/app/projects/components/build-assistant-section.tsx index 50310c4a..dd0eaad7 100644 --- a/apps/rowboat/app/projects/components/build-assistant-section.tsx +++ b/apps/rowboat/app/projects/components/build-assistant-section.tsx @@ -231,7 +231,7 @@ export function BuildAssistantSection({ defaultName }: BuildAssistantSectionProp }} onSubmit={handleCreateAssistant} isSubmitting={isCreating} - placeholder="Example: build me an AI SDR agent..." + placeholder="Example: Build me an assistant to manage my email and calendar..." className={clsx( "w-full rounded-lg p-3 border border-gray-200 dark:border-gray-700", "bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-750",