mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 22:19:36 +02:00
Right mouse click on logo bug fixed.
This commit is contained in:
@@ -100,12 +100,13 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
||||
alignItems: 'center'
|
||||
}}
|
||||
>
|
||||
<a href="/">
|
||||
<img
|
||||
onClick={() => navigate('/')}
|
||||
style={{ cursor: 'pointer' }}
|
||||
src={logo}
|
||||
width={isMobile ? '80px' : '150px'}
|
||||
style={{ pointerEvents: 'none' }}
|
||||
/>
|
||||
</a>
|
||||
{isMobile ? (
|
||||
<>
|
||||
<IconButton
|
||||
|
Reference in New Issue
Block a user