chore: remove unnecessary pointerEvents

This commit is contained in:
Ibrahima G. Coulibaly
2025-05-26 19:49:50 +01:00
parent 4031cda431
commit 19c9ad7173
2 changed files with 58 additions and 62 deletions

View File

@@ -101,11 +101,7 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
}}
>
<a href="/">
<img
src={logo}
width={isMobile ? '80px' : '150px'}
style={{ pointerEvents: 'none' }}
/>
<img src={logo} width={isMobile ? '80px' : '150px'} />
</a>
{isMobile ? (
<>