fix: format

This commit is contained in:
amhsirak
2024-12-21 19:03:05 +05:30
parent afdb2705b2
commit 99688d54e7

View File

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