Update ApplyForm.js (#2417)
* Update ApplyForm.js Updated with message that approvals will be delayed during the holidays. * formatting? * formatting
This commit is contained in:
parent
a425f6f4e5
commit
bd6b979dc1
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ function ApplyForm() {
|
|||
|
||||
return (
|
||||
<Card className="uil-m-auto apply-form uil-pb-24">
|
||||
<LabelText className="uil-pt-12" tag="label" htmlFor="card" key="card">
|
||||
Note: Due to the holidays in the US, reviews of DocSearch applications will not take place from December 23 -
|
||||
December 27. Thank you for your understanding.
|
||||
<p />
|
||||
</LabelText>
|
||||
<form
|
||||
id="form-apply-docsearch"
|
||||
method="POST"
|
||||
|
|
|
|||
Loading…
Reference in a new issue