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