Skip to content

Commit

Permalink
use aria-labels on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Feb 16, 2023
1 parent 608db27 commit 27e1443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const TopDropdownMenu = ({
text={mobileText || text}
icon={icon || 'chevron down'}
aria-label="dropdown"
role="dropdown"
lazyLoad
closeOnChange={false}
closeOnBlur={true}
Expand All @@ -76,6 +77,7 @@ const TopDropdownMenu = ({
text={mobileText || text}
icon={icon || 'chevron down'}
role="dropdown"
aria-label="dropdown"
lazyLoad
closeOnChange={false}
closeOnBlur={true}
Expand Down

0 comments on commit 27e1443

Please sign in to comment.