Skip to content

Commit

Permalink
fix: adds more placeholder (#971)
Browse files Browse the repository at this point in the history
* adds more placeholder

* Update components/molecules/HighlightInput/highlight-input-form.tsx
  • Loading branch information
bdougie authored Mar 8, 2023
1 parent cba1ea6 commit bf5daa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/molecules/HighlightInput/highlight-input-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ const HighlightInputForm = (): JSX.Element => {
ref={textAreaRef}
rows={row}
value={bodyText}
placeholder={`Share your thoughts and link to it.
https://github.com/open-sauced/insights/pull/913`
}
onChange={(e) => {
handleTextAreaInputChange(e);
setCharCount(e.target.value.length);
Expand Down

0 comments on commit bf5daa7

Please sign in to comment.