feat: add lang icon
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user