mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
Merge pull request #125 from nevolodia/logo-right-mouse-click-bug
Right mouse click on logo bug fixed.
This commit is contained in:
commit
962e30d12a
1 changed files with 3 additions and 6 deletions
|
|
@ -100,12 +100,9 @@ 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'} />
|
||||
</a>
|
||||
{isMobile ? (
|
||||
<>
|
||||
<IconButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue