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