copy(chat): update input placeholder

This commit is contained in:
2026-06-22 18:48:36 +08:00
parent 9a3c8f0d12
commit 41b9a49c74
@@ -44,7 +44,7 @@ export const ChatInputTextField = forwardRef<
onChange,
onSubmit,
onFocusChange,
placeholder = "Say something…",
placeholder = "|Say anything thats on your mind ^U^…",
disabled = false,
autoFocus = false,
},