close form

This commit is contained in:
eilla1 2021-12-19 10:50:59 -08:00 committed by Ella
parent c6770c37be
commit 5f3df50a6b

View file

@ -129,7 +129,11 @@ const Page = () => (
something fun, & youll get your own gift in the mail just in time
for the holidays!
</Lead>
<Signup />
{/* Signup form */}
{/* <Signup /> */}
<Button disabled sx={{ bg: 'primary', mb: 4 }}>
Signups closed. Check back next year!
</Button>
</FadeIn>
</Container>
</Hero>