Skip to content

Commit ef5dbda

Browse files
committed
Merge branch 'staging' of github.com:CodeYourFuture/cyf-forms into staging
2 parents a46c9bc + 9a2f04c commit ef5dbda

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
@@ -275,11 +275,17 @@ class Forms extends Component {
275275
contact you via email, within 10 days.
276276
</p>
277277
) : (
278-
<p>
279-
Thank you for submitting your application to Code Your Future to
280-
become a volunteer. We will review your application and contact
281-
you via email within 10 days.
282-
</p>
278+
<div>
279+
<p>
280+
Thank you for submitting your application to Code Your Future to
281+
become a volunteer. We will review your application and contact
282+
you via email within 10 days.
283+
</p>
284+
<p>
285+
While you wait, we encourage you to read our documentation
286+
<a href="https://docs.codeyourfuture.io/volunteers">here</a>
287+
</p>
288+
</div>
283289
)}
284290
</div>
285291
)

0 commit comments

Comments
 (0)