mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Replace onboard with toolbox in navbar (#1438)
Co-authored-by: graham <graham@hackclub.com>
This commit is contained in:
parent
4dff0b0b8c
commit
a96976150d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue