Skip to content

Commit

Permalink
change 'What do you think?' chat placeholder to 'Message'
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Oct 17, 2023
1 parent f999629 commit 14b3118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ export default function ChatComponent({
}}
value={message}
onChange={setMessage}
placeholder="What do you think?"
placeholder="Message"
onKeyDown={onEnterKeyDown}
users={users}
shouldReinitializeEditor={shouldReinitializeEditor}
Expand Down

0 comments on commit 14b3118

Please sign in to comment.