Skip to content

Commit

Permalink
Suppressed anchor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Jan 29, 2024
1 parent ef2c7b2 commit 5522701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Nav/MegaMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const MegaMenu: React.FC = () => {
</a>
</li>
<li className="vf-navigation__item">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
id="submit-data-section"
className={`vf-navigation__link vf-mega-menu__link vf-mega-menu__link--has-section ${
Expand Down Expand Up @@ -103,6 +104,7 @@ const MegaMenu: React.FC = () => {
</a>
</li>
<li className="vf-navigation__item">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
id="browse-section"
className={`vf-navigation__link vf-mega-menu__link vf-mega-menu__link--has-section ${
Expand All @@ -126,6 +128,7 @@ const MegaMenu: React.FC = () => {
</li>

<li className="vf-navigation__item">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
id="help-section"
className={`vf-navigation__link vf-mega-menu__link vf-mega-menu__link--has-section ${
Expand All @@ -140,6 +143,7 @@ const MegaMenu: React.FC = () => {

{isAuthenticated ? (
<li className="vf-navigation__item">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
className={`vf-navigation__link vf-mega-menu__link vf-mega-menu__link--has-section ${
activeSection === 'login-section' ? 'active' : ''
Expand Down

0 comments on commit 5522701

Please sign in to comment.