core-components: updated HeaderTabs aria-label
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user