copy(chat): update input placeholder
This commit is contained in:
@@ -44,7 +44,7 @@ export const ChatInputTextField = forwardRef<
|
||||
onChange,
|
||||
onSubmit,
|
||||
onFocusChange,
|
||||
placeholder = "Say something…",
|
||||
placeholder = "|Say anything that’s on your mind ^U^…",
|
||||
disabled = false,
|
||||
autoFocus = false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user