Skip to content

Commit

Permalink
fix(a11y): improve aria-label accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
seevee committed Nov 14, 2023
1 parent afdfe86 commit cf2344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/NavCloseButton/NavCloseButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const NavCloseButton = ({
className={classes}
onClick={onClick}
data-testid="navCloseButton"
aria-label="Close"
aria-label="Close Navigation Menu"
{...buttonProps}
type="button">
<Icon.Close size={3} aria-hidden="true" />
Expand Down

0 comments on commit cf2344f

Please sign in to comment.