Skip to content

Commit

Permalink
Update role and aria-label for the Hide button in the Welcome View (#…
Browse files Browse the repository at this point in the history
…165505)

Update role and aria-label for the Hide button
  • Loading branch information
bhavyaus committed Nov 4, 2022
1 parent e3155b6 commit 4a5d501
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ export class GettingStartedPage extends EditorPane {
'tabindex': 0,
'x-dispatch': 'hideCategory:' + category.id,
'title': localize('close', "Hide"),
'role': 'button',
'aria-label': localize('closeAriaLabel', "Hide"),
}),
),
descriptionContent,
Expand Down

0 comments on commit 4a5d501

Please sign in to comment.