mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
Merge pull request #125 from nevolodia/logo-right-mouse-click-bug
Right mouse click on logo bug fixed.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user