Skip to content

Commit 9a2f04c

Browse files
authored
Merge pull request #71 from CodeYourFuture/add_link_to_docs
Add a link to the docs from completed form
2 parents 426b9bb + ad22618 commit 9a2f04c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/Components/forms/index.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,17 @@ class Forms extends Component {
266266
contact you via email, within 10 days.
267267
</p>
268268
) : (
269-
<p>
270-
Thank you for submitting your application to Code Your Future to
271-
become a volunteer. We will review your application and contact
272-
you via email within 10 days.
273-
</p>
269+
<div>
270+
<p>
271+
Thank you for submitting your application to Code Your Future to
272+
become a volunteer. We will review your application and contact
273+
you via email within 10 days.
274+
</p>
275+
<p>
276+
While you wait, we encourage you to read our documentation
277+
<a href="https://docs.codeyourfuture.io/volunteers">here</a>
278+
</p>
279+
</div>
274280
)}
275281
</div>
276282
)

0 commit comments

Comments
 (0)