Update santa.js

This commit is contained in:
Sam Poder 2021-07-14 22:14:08 +08:00 committed by GitHub
parent 6bc876c727
commit c4e6cf19ed

View file

@ -35,7 +35,7 @@ const Lead = styled(Box)`
`
const Page = () => (
<>
<Box sx={{overflowX: 'hidden'}}>
<Meta
as={Head}
title="Hack Club Secret Santa Holiday 2020"
@ -82,6 +82,6 @@ const Page = () => (
</Container>
</Hero>
<Footer />
</>
</Box>
)
export default Page