Skip to content

Commit

Permalink
Remove react-router Link from about and get-involved (#7172)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Sep 11, 2024
1 parent 5bf177a commit f5ac7ef
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions app/layout/site-nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,12 @@ const SiteNav = createReactClass({
>
<Translate content="siteNav.projects" />
</Link>{' '}
<Link
to="https://www.zooniverse.org/about"
className="site-nav__link"
activeClassName="site-nav__link--active"
onClick={!!this.logClick ? this.logClick.bind(this, 'mainNav.about') : null}
>
<a href='https://www.zooniverse.org/about' className="site-nav__link">
<Translate content="siteNav.about" />
</Link>{' '}
<Link
to="https://www.zooniverse.org/get-involved"
className="site-nav__link"
activeClassName="site-nav__link--active"
onClick={!!this.logClick ? this.logClick.bind(this, 'mainNav.getInvolved') : null}
>
</a>{' '}
<a href='https://www.zooniverse.org/get-involved' className="site-nav__link">
<Translate content="siteNav.getInvolved" />
</Link>{' '}
</a>{' '}
<Link
to="/talk"
className="site-nav__link"
Expand Down

0 comments on commit f5ac7ef

Please sign in to comment.