Merge pull request #11140 from bridgetbarnes/bb-fork/support-button-label
Aria label for support button
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Add an aria-label to the support button to improve accessibility for screen readers
|
||||
@@ -116,6 +116,7 @@ export function SupportButton(props: SupportButtonProps) {
|
||||
) : (
|
||||
<Button
|
||||
data-testid="support-button"
|
||||
aria-label="support"
|
||||
color="primary"
|
||||
onClick={onClickHandler}
|
||||
startIcon={<HelpIcon />}
|
||||
|
||||
Reference in New Issue
Block a user