Merge pull request #125 from nevolodia/logo-right-mouse-click-bug

Right mouse click on logo bug fixed.
This commit is contained in:
Ibrahima G. Coulibaly
2025-05-26 19:51:23 +01:00
committed by GitHub

View File

@@ -100,12 +100,9 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
alignItems: 'center' alignItems: 'center'
}} }}
> >
<img <a href="/">
onClick={() => navigate('/')} <img src={logo} width={isMobile ? '80px' : '150px'} />
style={{ cursor: 'pointer' }} </a>
src={logo}
width={isMobile ? '80px' : '150px'}
/>
{isMobile ? ( {isMobile ? (
<> <>
<IconButton <IconButton