diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 8fcf132..2451e58 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -100,12 +100,13 @@ const Navbar: React.FC = ({ onSwitchTheme }) => { alignItems: 'center' }} > - navigate('/')} - style={{ cursor: 'pointer' }} - src={logo} - width={isMobile ? '80px' : '150px'} - /> + + + {isMobile ? ( <>