From d92a8dc1c6a680414d98ab8d25360b38c8dea9f6 Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Tue, 17 Sep 2024 14:51:53 -0700 Subject: [PATCH] a11y audit 8839 - remove `tabindex` & `aria-labelledby` (#52327) --- src/landings/components/ProductArticlesList.tsx | 2 ++ 1 file changed, 2 insertions(+) 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}