Add Jobs to the footer!

This commit is contained in:
Sam Poder 2021-12-01 17:49:23 +08:00 committed by GitHub
parent 4a6e5b9b4f
commit 41d63a4ed1

View file

@ -86,6 +86,7 @@ const Footer = ({ dark = false, children, ...props }) => (
<Link href="/slack" children="Slack" />
<Link href="/donate" children="Donate" />
<Link href="/team" children="Team" />
<Link href="/jobs" children="Jobs" />
<Link href="/philosophy" children="Philosophy" />
<Link href="/brand" children="Branding" />
<Link href="/press" children="Press Inquiries" />
@ -103,6 +104,7 @@ const Footer = ({ dark = false, children, ...props }) => (
<Link href="https://hackathons.hackclub.com/" children="Hackathons" />
<Link href="/bank" children="Bank" />
<Link href="https://hackclub.com/map/" children="Clubs Map" />
<Link href="https://toolbox.hackclub.com/" children="Toolbox" />
</Box>
<Box sx={{ gridColumn: ['span 2', 'span 1'] }}>
<Logo aria-label="Hack Club logo" width={128} height={45} />