Skip to content

Commit

Permalink
Update NavMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasbayraktar authored Apr 5, 2024
1 parent 143647a commit 6c2d3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/site/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const NavMenu: FC<Props> = ({ items, route }) => {
cursor="pointer"
size="sm"
display={ON_MOBILE}
aria-label="Change Language" // Aria-label eklendi
aria-label="Change Language"
onClick={handleImageClick}
>
<img
Expand Down

0 comments on commit 6c2d3c6

Please sign in to comment.