more updates

This commit is contained in:
Harivansh Rathi 2024-12-14 13:31:18 -05:00
parent 62b995490e
commit cf1f89c6f8
2 changed files with 65 additions and 1 deletions

View file

@ -448,7 +448,7 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
minHeight: TEXTAREA_MIN_HEIGHT,
maxHeight: TEXTAREA_MAX_HEIGHT,
}}
placeholder="How can Bolt help you today?"
placeholder="What can I help you asap today?"
translate="no"
/>
<ClientOnly>

File diff suppressed because one or more lines are too long