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
@@ -116,6 +116,7 @@ export function SupportButton(props: SupportButtonProps) {
) : (
<Button
data-testid="support-button"
aria-label="support"
color="primary"
onClick={onClickHandler}
startIcon={<HelpIcon />}