feat: add lang icon

This commit is contained in:
amhsirak
2024-12-21 19:02:53 +05:30
parent 8006360d1a
commit afdb2705b2

View File

@@ -407,7 +407,7 @@ export const NavBar: React.FC<NavBarProps> = ({
marginRight: "10px", marginRight: "10px",
}} }}
> >
<Typography variant="body1">{t("Language")}</Typography> <Language sx={{ marginRight: '5px'}} /><Typography variant="body1">{t("Language")}</Typography>
</IconButton> </IconButton>
<Menu <Menu
anchorEl={langAnchorEl} anchorEl={langAnchorEl}