docs(apply): add maintenance notice
This commit is contained in:
parent
6b8fe02f74
commit
40ee15c073
1 changed files with 4 additions and 2 deletions
|
|
@ -209,13 +209,15 @@ function ApplyForm() {
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
primary={true}
|
primary={true}
|
||||||
disabled={state.status === 'loading'}
|
// disabled={state.status === 'loading'}
|
||||||
|
disabled={true}
|
||||||
className="uil-mt-16 uil-mb-16"
|
className="uil-mt-16 uil-mb-16"
|
||||||
tag="button"
|
tag="button"
|
||||||
type="submit"
|
type="submit"
|
||||||
id="joinButton"
|
id="joinButton"
|
||||||
>
|
>
|
||||||
Join the program
|
Disabled for maintenance: ETA 01-12-2022 @ 10AM EST
|
||||||
|
{/* Join the program */}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue