Skip to content

Commit

Permalink
updated placeholders in feedback form from Required to required
Browse files Browse the repository at this point in the history
  • Loading branch information
npang4 committed Oct 20, 2024
1 parent 464eb87 commit 2325ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Feedback/FeedbackPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const FeedbackPage = ({ contentContainerRef }) => {
name="name"
innerRef={focusRef}
type="text"
placeholder="Required"
placeholder="required"
className={clsx(
classes.formInput,
errors.name && touched.name && classes.formErrorBorder
Expand Down Expand Up @@ -223,7 +223,7 @@ const FeedbackPage = ({ contentContainerRef }) => {
<Field
id="comment"
name="comment"
placeholder="Required"
placeholder="required"
as="textarea"
className={clsx(
classes.formTextArea,
Expand Down

0 comments on commit 2325ab7

Please sign in to comment.