Skip to content

Commit

Permalink
a11y audit 8839 - remove tabindex & aria-labelledby (#52327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori authored Sep 17, 2024
1 parent ea4fab9 commit d92a8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/landings/components/ProductArticlesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const ProductTreeNodeList = ({ treeNode }: { treeNode: ProductTreeNode }) => {
borderRadius: 0,
},
}}
tabIndex={undefined}
aria-labelledby={undefined}
>
<Link className="d-block width-full text-underline" href={childNode.href}>
{childNode.title}
Expand Down

0 comments on commit d92a8dc

Please sign in to comment.