Merge pull request #11140 from bridgetbarnes/bb-fork/support-button-label

Aria label for support button
This commit is contained in:
Ben Lambert
2022-05-02 11:26:50 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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 />}