Skip to content

Commit

Permalink
fix(a11y): add close icon alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
seevee committed Nov 14, 2023
1 parent cf2344f commit 889b985
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 @@ -18,7 +18,7 @@ export const NavCloseButton = ({
aria-label="Close Navigation Menu"
{...buttonProps}
type="button">
<Icon.Close size={3} aria-hidden="true" />
<Icon.Close size={3} aria-hidden="true" alt="Close Icon" />
</button>
)
}

0 comments on commit 889b985

Please sign in to comment.