feat: remove language typography

This commit is contained in:
amhsirak
2025-10-13 20:34:03 +05:30
parent b171a84927
commit bf2882fc35

View File

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