Skip to content

Commit

Permalink
Where did you hear about this event?
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Mar 31, 2024
1 parent 5f4bc6f commit fde1cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/FeedbackForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const FeedbackForm = ({ authToken, event, onSubmit }: FeedbackFormProps) => {
</p>
<input
aria-label="Feedback source"
placeholder="Source"
placeholder="Where did you hear about this event?"
value={source}
onChange={e => setSource(e.currentTarget.value)}
className={styles.field}
Expand Down

0 comments on commit fde1cb4

Please sign in to comment.