Skip to content

Commit dd479f9

Browse files
Wolfjawankkarimi
authored andcommitted
Re directed (#57)
* Merge staging to master (#56) * user form for volunteer * remove e2e 2 * remove yarn.lock * circl ci * circl ci fix error * fix bugs and move files one step back * fix eslint * fix eslint * fix eslint * form is done * fix bugs, fix gitHub comments and clean the code * fix bugs, fix gitHub comments and clean the code * add welcome message * add back vscode/launch, config and cypress files * Nima's suggestion * Alec feedbacks * fix bugs * add mobile view * fix bugs and show error message * fix bug, validation form * make the phone number as required field, Change become a volunteer in reading about to close button * new design (#52) * change CYF to code your future, change font size of some of inputs (#53) * change CYF to code your future, change font size of some of inputs * wording * Style/cyf (#54) * change CYF to code your future, change font size of some of inputs * Change some text in the form * Feature/dashboard volunteer (#55) * change CYF to code your future, change font size of some of inputs * Change some text in the form * connecting dashboard to volunteer form * fix bugs * update re-directed message
1 parent 7f009a3 commit dd479f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/forms/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default ({ err, formInComplete, userId }) => {
77
<hr />
88
{userId ? (
99
<p className="form-description">
10-
Thank you for your interest in volunteering with Code Your Future! To
11-
ensure we're a great fit, please complete the form below:
10+
You have been re-directed to fill in this form, in order for you to
11+
gain access to the Code Your Future Admin dashboard.
1212
</p>
1313
) : (
1414
<p className="form-description">

0 commit comments

Comments
 (0)