Skip to content

Commit

Permalink
Merge pull request #982 from openmultiplayer/navbar-aria-label
Browse files Browse the repository at this point in the history
Added aria-label for Buttons
  • Loading branch information
ulasbayraktar authored Apr 5, 2024
2 parents 2ee7251 + 6c2d3c6 commit 52371bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/site/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const NavMenu: FC<Props> = ({ items, route }) => {
<IconButton
cursor="pointer"
size="sm"
aria-label="Change Language"
onClick={handleImageClick}
>
<img
Expand All @@ -81,6 +82,7 @@ const NavMenu: FC<Props> = ({ items, route }) => {
cursor="pointer"
size="sm"
display={ON_MOBILE}
aria-label="Change Language"
onClick={handleImageClick}
>
<img
Expand Down

0 comments on commit 52371bc

Please sign in to comment.