mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
change placeholder text for new assistant in projects page
This commit is contained in:
parent
178e9960a3
commit
912c8be156
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue