diff --git a/src/landings/components/ProductArticlesList.tsx b/src/landings/components/ProductArticlesList.tsx index 51902c25e8c8..81fbd224aa36 100644 --- a/src/landings/components/ProductArticlesList.tsx +++ b/src/landings/components/ProductArticlesList.tsx @@ -45,6 +45,8 @@ const ProductTreeNodeList = ({ treeNode }: { treeNode: ProductTreeNode }) => { borderRadius: 0, }, }} + tabIndex={undefined} + aria-labelledby={undefined} > {childNode.title}