We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 426b9bb + ad22618 commit 9a2f04cCopy full SHA for 9a2f04c
src/Components/forms/index.js
@@ -266,11 +266,17 @@ class Forms extends Component {
266
contact you via email, within 10 days.
267
</p>
268
) : (
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>
+ <div>
+ <p>
+ Thank you for submitting your application to Code Your Future to
+ become a volunteer. We will review your application and contact
+ you via email within 10 days.
274
+ </p>
275
276
+ While you wait, we encourage you to read our documentation
277
+ <a href="https://docs.codeyourfuture.io/volunteers">here</a>
278
279
+ </div>
280
)}
281
</div>
282
)
0 commit comments