Rename 'Philanthropy' link to 'Donors' (#1590)

This commit is contained in:
Max Wofford 2025-08-25 12:25:50 -04:00 committed by GitHub
parent 0df7e94348
commit 24012c3df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ const Navigation = props => (
<Link>Toolbox</Link>
</NextLink>
<NextLink href="/philanthropy" passHref>
<Link>Philanthropy</Link>
<Link>Donors</Link>
</NextLink>
</NavBar>
)