mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
Merge branch 'main' into link-bug-fix
This commit is contained in:
@@ -101,11 +101,7 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
||||
}}
|
||||
>
|
||||
<Link to="/">
|
||||
<img
|
||||
src={logo}
|
||||
width={isMobile ? '80px' : '150px'}
|
||||
style={{ pointerEvents: 'none' }}
|
||||
/>
|
||||
<img src={logo} width={isMobile ? '80px' : '150px'} />
|
||||
</Link>
|
||||
{isMobile ? (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user