mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 17:04:56 +05:30
Right mouse click on logo bug fixed.
This commit is contained in:
parent
7498b3c1c7
commit
4031cda431
1 changed files with 7 additions and 6 deletions
|
|
@ -100,12 +100,13 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
|||
alignItems: 'center'
|
||||
}}
|
||||
>
|
||||
<img
|
||||
onClick={() => navigate('/')}
|
||||
style={{ cursor: 'pointer' }}
|
||||
src={logo}
|
||||
width={isMobile ? '80px' : '150px'}
|
||||
/>
|
||||
<a href="/">
|
||||
<img
|
||||
src={logo}
|
||||
width={isMobile ? '80px' : '150px'}
|
||||
style={{ pointerEvents: 'none' }}
|
||||
/>
|
||||
</a>
|
||||
{isMobile ? (
|
||||
<>
|
||||
<IconButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue