mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Add Jobs to the footer!
This commit is contained in:
parent
4a6e5b9b4f
commit
41d63a4ed1
1 changed files with 2 additions and 0 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue