mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
remove contribute from footer (#552)
* open source * footer * fix formatting issues
This commit is contained in:
parent
fa6de5d51d
commit
e3d12170a2
1 changed files with 4 additions and 5 deletions
|
|
@ -91,6 +91,9 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
<NextLink href="/hackathons" passHref>
|
||||
<Link>Hackathons</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/opensource" passHref>
|
||||
<Link>Open Source</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/philosophy" passHref>
|
||||
<Link>Philosophy</Link>
|
||||
</NextLink>
|
||||
|
|
@ -106,9 +109,6 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
<NextLink href="/press" passHref>
|
||||
<Link>Press Inquiries</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/opensource" passHref>
|
||||
<Link>Open Source</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/donate" passHref>
|
||||
<Link>Donate</Link>
|
||||
</NextLink>
|
||||
|
|
@ -119,14 +119,13 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
</Heading>
|
||||
<Link href="https://workshops.hackclub.com/">Workshops</Link>
|
||||
<NextLink href="/bank" passHref>
|
||||
<Link>Bank</Link>
|
||||
<Link>Fiscal Sponsorship</Link>
|
||||
</NextLink>
|
||||
<Link href="https://sprig.hackclub.com/">Sprig</Link>
|
||||
<Link href="https://hackathons.hackclub.com/">
|
||||
Upcoming Hackathons
|
||||
</Link>
|
||||
<Link href="https://events.hackclub.com/">Community Events</Link>
|
||||
<Link href="https://contribute.hackclub.com/">Contribute</Link>
|
||||
<Link href="https://toolbox.hackclub.com/">Toolbox</Link>
|
||||
<Link href="https://hackclub.com/map">Clubs Map</Link>
|
||||
<Link href="https://hackclub.com/conduct/">Code of Conduct</Link>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue