Remove "Donate" from the Nav bar (#511)

This commit is contained in:
Sam Poder 2022-08-20 05:59:21 +08:00 committed by GitHub
parent a4ea9d0dc0
commit b10cbc1cc4

View file

@ -147,9 +147,6 @@ const Navigation = props => (
<NextLink href="/hackathons" passHref>
<Link>Hackathons</Link>
</NextLink>
<NextLink href="/donate" passHref>
<Link>Donate</Link>
</NextLink>
</NavBar>
)