Skip to content

Commit 1849924

Browse files
Wolfjawankkarimi
authored andcommitted
Style/cyf (#54)
* change CYF to code your future, change font size of some of inputs * Change some text in the form
1 parent 0c895c0 commit 1849924

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Components/forms/data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
],
4747

4848
"radioButtonList": [
49-
{ "value": "none", "_id": "none" },
50-
{ "value": "some", "_id": "some" },
51-
{ "value": "Part of a job", "_id": "Part of a job" }
49+
{ "value": "None", "_id": "None" },
50+
{ "value": "Nome", "_id": "Nome" },
51+
{ "value": "Professional experience", "_id": "Professional experience" }
5252
],
5353
"guidePeopleSkillList": [
5454
{

src/Components/forms/inputs/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class VolunteerForm extends Component {
8989
isEmpty={errors.interestedInVolunteer}
9090
label="Why are you interested in volunteering? *"
9191
name="interestedInVolunteer"
92-
placeholder="Just a sentence or two requested..."
92+
placeholder="Just one or two sentences as required..."
9393
type="textarea"
9494
/>
9595
<TextArea
@@ -98,7 +98,7 @@ export default class VolunteerForm extends Component {
9898
isEmpty={errors.interestedInCYF}
9999
label="Why are you interested in Code Your Future? *"
100100
name="interestedInCYF"
101-
placeholder="Just a sentence or two requested..."
101+
placeholder="Just one or two sentences as required..."
102102
type="textarea"
103103
/>
104104
<DropDown
@@ -119,7 +119,8 @@ export default class VolunteerForm extends Component {
119119
/>
120120
<span className="contact-interested">
121121
<span>
122-
What would you like to help Code Your Future with and what is your level of experience?
122+
What would you like help Code Your Future with, and what is your
123+
level of experience?
123124
</span>
124125
</span>
125126
<div>

0 commit comments

Comments
 (0)