Skip to content

Commit

Permalink
Remove unnecessary aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit30G committed Dec 20, 2024
1 parent dea955c commit 24419a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function CategoryTabs( {
<Tabs.Tab
key={ category.name }
tabId={ category.name }
aria-label={ category.label }
aria-current={
category === selectedCategory ? 'true' : undefined
}
Expand Down

0 comments on commit 24419a4

Please sign in to comment.