fix(placeholder): update placeholder text for clarity in assistant UI and hero chat demo

- Revised placeholder text to improve readability and user understanding by replacing the dash with a period and adding "Use" for prompts and docs.
This commit is contained in:
Anish Sarkar 2026-07-08 04:09:47 +05:30
parent 248e622478
commit 3eb963b8b3
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ import {
} from "../new-chat/document-mention-picker";
const COMPOSER_PLACEHOLDER =
"Track competitors, scrape platforms, automate briefs / for prompts, @ for docs";
"Track competitors, scrape platforms, automate briefs. Use / for prompts, @ for docs";
type ComposerSuggestionAnchorPoint = {
left: number;