Skip to content

Commit

Permalink
Merge pull request bradtraversy#62 from Attriumph/patch-2
Browse files Browse the repository at this point in the history
Modify the value of 'placeholder'
  • Loading branch information
bradtraversy authored Jan 3, 2020
2 parents d4feaca + 21a2216 commit 7d497ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/post/CommentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CommentForm = ({ postId, addComment }) => {
name='text'
cols='30'
rows='5'
placeholder='Create a post'
placeholder='Comment the post'
value={text}
onChange={e => setText(e.target.value)}
required
Expand Down

0 comments on commit 7d497ac

Please sign in to comment.