core-components: updated HeaderTabs aria-label

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-23 13:26:37 +01:00
parent 33ca6b1d7f
commit e1aae2f5a0
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}
>