Skip to content

Commit 524c0c6

Browse files
committed
feat: use translate iocn
1 parent a732a84 commit 524c0c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import {
3030
Language,
3131
Description,
3232
LightMode,
33-
DarkMode
33+
DarkMode,
34+
Translate
3435
} from "@mui/icons-material";
3536
import { useNavigate } from 'react-router-dom';
3637
import { AuthContext } from '../../context/auth';
@@ -519,7 +520,7 @@ export const NavBar: React.FC<NavBarProps> = ({
519520
marginRight: "-4px",
520521
}}
521522
>
522-
<Language />
523+
<Translate />
523524
</IconButton>
524525
<Menu
525526
anchorEl={langAnchorEl}

0 commit comments

Comments
 (0)