Skip to content

Commit

Permalink
[New] Hint to confirm comment with Ctrl+Enter
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 7, 2021
1 parent a427570 commit b4b210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/comment/CommentForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const CommentForm = (props) => {
<Form.Control
name="comment"
as="textarea"
placeholder="Write your comments here"
placeholder="Write your comments here (Ctrl+Enter to confirm)"
required
value={commentValue}
onChange={onValueChange}
Expand Down

0 comments on commit b4b210b

Please sign in to comment.