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 a46c9bc + 9a2f04c commit ef5dbdaCopy full SHA for ef5dbda
src/Components/forms/index.js
@@ -275,11 +275,17 @@ class Forms extends Component {
275
contact you via email, within 10 days.
276
</p>
277
) : (
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>
+ <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.
283
+ </p>
284
285
+ While you wait, we encourage you to read our documentation
286
+ <a href="https://docs.codeyourfuture.io/volunteers">here</a>
287
288
+ </div>
289
)}
290
</div>
291
)
0 commit comments