fix: format
This commit is contained in:
@@ -426,17 +426,17 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
) : (
|
) : (
|
||||||
<NavBarRight>
|
<NavBarRight>
|
||||||
<IconButton
|
<IconButton
|
||||||
onClick={handleLangMenuOpen}
|
onClick={handleLangMenuOpen}
|
||||||
sx={{
|
sx={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
padding: "8px",
|
padding: "8px",
|
||||||
marginRight: "8px",
|
marginRight: "8px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<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}
|
||||||
open={Boolean(langAnchorEl)}
|
open={Boolean(langAnchorEl)}
|
||||||
|
|||||||
Reference in New Issue
Block a user