We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a732a84 commit 524c0c6Copy full SHA for 524c0c6
src/components/dashboard/NavBar.tsx
@@ -30,7 +30,8 @@ import {
30
Language,
31
Description,
32
LightMode,
33
- DarkMode
+ DarkMode,
34
+ Translate
35
} from "@mui/icons-material";
36
import { useNavigate } from 'react-router-dom';
37
import { AuthContext } from '../../context/auth';
@@ -519,7 +520,7 @@ export const NavBar: React.FC<NavBarProps> = ({
519
520
marginRight: "-4px",
521
}}
522
>
- <Language />
523
+ <Translate />
524
</IconButton>
525
<Menu
526
anchorEl={langAnchorEl}
0 commit comments