add attribution

This commit is contained in:
Belle 2022-12-06 08:23:45 -05:00
parent 0e00be2cfd
commit b6f2b8d47a
2 changed files with 3 additions and 1 deletions

View file

@ -95,6 +95,7 @@ export default function Landing({ rsvpCount }) {
color: 'white',
textShadow: '0 0 16px rgba(0, 0, 0, 0.2)'
}}
id="rsvp"
>
Winter Hardware <br />
Wonderland
@ -114,7 +115,7 @@ export default function Landing({ rsvpCount }) {
winter alongside hundreds of other hackers.
</Text>
</Container> */}
<Rsvp id="rsvp" />
<Rsvp />
</Box>
{/* <ScrollHint sx={{mt: 3}} /> */}
</Box>

View file

@ -105,6 +105,7 @@ export function Winter() {
{/* Timeline */}
<Recap />
<Container sx={{ margin: 'auto', fontStyle: 'italic', color: 'snow', mb: 3, textAlign: 'left'}}>Illustrations by Ripley</Container>
{/* <Signup /> */}
<Footer />
</Box>