Skip to content

Commit 2c4e085

Browse files
feat: added * on the drop-down title as a mandatory option
1 parent c89b93f commit 2c4e085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/forms/inputs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class VolunteerForm extends Component {
118118
name="hearAboutCYF"
119119
arrayList={ListsData.hearAboutCYFList}
120120
isEmpty={errors.hearAboutCYF}
121-
label="Where did you hear about Code Your Future?"
121+
label="Where did you hear about Code Your Future? *"
122122
/>
123123
{displayDropdown && (
124124
<DropDown
@@ -127,7 +127,7 @@ export default class VolunteerForm extends Component {
127127
name="employer"
128128
arrayList={ListsData.employerList}
129129
isEmpty={errors.employer}
130-
label="Who is your employer?"
130+
label="Who is your employer? *"
131131
/>
132132
)}
133133
<span className="contact-interested">

0 commit comments

Comments
 (0)