We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89b93f commit 2c4e085Copy full SHA for 2c4e085
src/Components/forms/inputs/index.js
@@ -118,7 +118,7 @@ export default class VolunteerForm extends Component {
118
name="hearAboutCYF"
119
arrayList={ListsData.hearAboutCYFList}
120
isEmpty={errors.hearAboutCYF}
121
- label="Where did you hear about Code Your Future?"
+ label="Where did you hear about Code Your Future? *"
122
/>
123
{displayDropdown && (
124
<DropDown
@@ -127,7 +127,7 @@ export default class VolunteerForm extends Component {
127
name="employer"
128
arrayList={ListsData.employerList}
129
isEmpty={errors.employer}
130
- label="Who is your employer?"
+ label="Who is your employer? *"
131
132
)}
133
<span className="contact-interested">
0 commit comments