mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
link
This commit is contained in:
parent
d53f814bcc
commit
e3fe844024
2 changed files with 4 additions and 4 deletions
|
|
@ -138,9 +138,9 @@ const Navigation = props => (
|
|||
<NextLink href="/hackathons" passHref>
|
||||
<Link>Hackathons</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/slack" passHref>
|
||||
<Link href="/slack" passHref>
|
||||
<Link>Community</Link>
|
||||
</NextLink>
|
||||
</Link>
|
||||
<Link href="https://scrapbook.hackclub.com/">Scrapbook</Link>
|
||||
<Link href="https://boreal.hackclub.com/">
|
||||
The Boreal Express
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ const Page = () => (
|
|||
>
|
||||
Apply now
|
||||
</Button>
|
||||
<NextLink href="/slack" passHref>
|
||||
<Link href="/slack" passHref>
|
||||
<Button
|
||||
as="a"
|
||||
variant="ctaLg"
|
||||
|
|
@ -189,7 +189,7 @@ const Page = () => (
|
|||
>
|
||||
Join the Slack
|
||||
</Button>
|
||||
</NextLink>
|
||||
</Link>
|
||||
</FadeIn>
|
||||
<Box
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue