Add philanthropy link to nav (#1589)

This commit is contained in:
Max Wofford 2025-08-25 11:21:32 -04:00 committed by GitHub
parent e93a160e86
commit 0df7e94348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,9 @@ const Navigation = props => (
<NextLink href="https://toolbox.hackclub.com/" passHref>
<Link>Toolbox</Link>
</NextLink>
<NextLink href="/philanthropy" passHref>
<Link>Philanthropy</Link>
</NextLink>
</NavBar>
)