Add Scrapbook

This commit is contained in:
Sam Poder 2023-03-05 14:48:00 +08:00 committed by GitHub
parent 550f8ae9a1
commit 20f74886cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ const Navigation = props => (
<NextLink href="/slack" passHref>
<Link>Slack</Link>
</NextLink>
<Link href="https://events.hackclub.com/">Events</Link>
<Link href="https://scrapbook.hackclub.com/">Scrapbook</Link>
<Link href="https://workshops.hackclub.com/">Workshops</Link>
</NavBar>
)