Skip to content

Commit

Permalink
added label for flags locale dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-kumar-shailendra committed Oct 17, 2024
1 parent d42e9ec commit 104f5fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function LanguagePopover() {
value={option.value}
>
<Box component="img" alt={option.label} src={option.icon} sx={{ width: 28, mr: 2 }} />
<span>{option.label}</span>
</MenuItem>
))}
</Select>
Expand Down

0 comments on commit 104f5fe

Please sign in to comment.