Skip to content

Commit

Permalink
fix: correct placeholder text in HighlightInput component (#3348)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Taylor <nick@nickyt.co>
  • Loading branch information
Asin-Junior-Honore and nickytonline committed May 15, 2024
1 parent ad1f3dc commit 2ea0d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ const HighlightInputForm = ({ refreshCallback }: HighlightInputFormProps): JSX.E
handleChange={(value) => {
setHighlightLink(value);
}}
placeholder="Paste the URL to your PR, Issue, or Dev.to blog post."
placeholder="Paste the URL to your PR, Issue, or blog post."
/>
</div>
</div>
Expand Down

0 comments on commit 2ea0d24

Please sign in to comment.