This commit is contained in:
belle 2024-06-18 14:15:10 -04:00
parent d53f814bcc
commit e3fe844024
2 changed files with 4 additions and 4 deletions

View file

@ -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&nbsp;Boreal&nbsp;Express

View file

@ -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={{