Replace onboard with toolbox in navbar (#1438)

Co-authored-by: graham <graham@hackclub.com>
This commit is contained in:
Luke Oldenburg 2025-05-06 09:07:19 -04:00 committed by GitHub
parent 4dff0b0b8c
commit a96976150d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,8 +144,8 @@ const Navigation = props => (
</NextLink>
<Link href="/slack">Community</Link>
<Link href="https://scrapbook.hackclub.com/">Scrapbook</Link>
<NextLink href="/onboard" passHref>
<Link>OnBoard</Link>
<NextLink href="https://toolbox.hackclub.com/" passHref>
<Link>Toolbox</Link>
</NextLink>
</NavBar>
)