mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +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'
|
alignItems: 'center'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<a href="/">
|
||||||
<img
|
<img
|
||||||
onClick={() => navigate('/')}
|
|
||||||
style={{ cursor: 'pointer' }}
|
|
||||||
src={logo}
|
src={logo}
|
||||||
width={isMobile ? '80px' : '150px'}
|
width={isMobile ? '80px' : '150px'}
|
||||||
|
style={{ pointerEvents: 'none' }}
|
||||||
/>
|
/>
|
||||||
|
</a>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<>
|
<>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Reference in New Issue
Block a user