Skip to content

Commit

Permalink
Remove Link from footer routes to FEM pages (#7173)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Sep 11, 2024
1 parent f5ac7ef commit 96ad4d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/layout/site-footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ class AppFooter extends React.Component {
</a>, 'footer.discover.projectBuilderPolicies')}
</li>
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/about/faq">
<a href='https://www.zooniverse.org/about/faq'>
<Translate content="footer.discover.faq" />
</Link>, 'footer.discover.faq')}
</a>
</li>
{process.env.NODE_ENV !== 'production' &&
<li>
Expand All @@ -118,29 +118,29 @@ class AppFooter extends React.Component {

<ul className="app-footer__nav-list">
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/about">
<a href='https://www.zooniverse.org/about'>
<Translate content="footer.about.aboutUs" />
</Link>, 'footer.about.aboutUs')}
</a>
</li>
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/get-involved/educate">
<a href='https://www.zooniverse.org/get-involved/educate'>
<Translate content="footer.about.education" />
</Link>, 'footer.about.education')}
</a>
</li>
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/about/team">
<a href='https://www.zooniverse.org/about/team'>
<Translate content="footer.about.ourTeam" />
</Link>, 'footer.about.ourTeam')}
</a>
</li>
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/about/publications">
<a href='https://www.zooniverse.org/about/publications'>
<Translate content="footer.about.publications" />
</Link>, 'footer.about.publications')}
</a>
</li>
<li>
{this.loggableLink(<Link to="https://www.zooniverse.org/about#contact">
<a href='https://www.zooniverse.org/about#contact'>
<Translate content="footer.boilerplate.contact" />
</Link>, 'footer.boilerplate.contact')}
</a>
</li>
</ul>

Expand Down

0 comments on commit 96ad4d4

Please sign in to comment.