Merge pull request #16563 from backstage/rugvip/tabs

core-components: updated HeaderTabs aria-label
This commit is contained in:
Johan Haals
2023-02-23 14:05:47 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Updated the `aria-label` of the `HeaderTabs` component.
@@ -104,7 +104,7 @@ export function HeaderTabs(props: HeaderTabsProps) {
textColor="inherit"
variant="scrollable"
scrollButtons="auto"
aria-label="scrollable auto tabs example"
aria-label="tabs"
onChange={handleChange}
value={selectedTab}
>