mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 17:56:16 +05:30
chore: remove unnecessary pointerEvents
This commit is contained in:
parent
4031cda431
commit
19c9ad7173
2 changed files with 58 additions and 62 deletions
|
|
@ -101,11 +101,7 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
|||
}}
|
||||
>
|
||||
<a href="/">
|
||||
<img
|
||||
src={logo}
|
||||
width={isMobile ? '80px' : '150px'}
|
||||
style={{ pointerEvents: 'none' }}
|
||||
/>
|
||||
<img src={logo} width={isMobile ? '80px' : '150px'} />
|
||||
</a>
|
||||
{isMobile ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue