mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
Merge branch 'main' into link-bug-fix
This commit is contained in:
commit
81709e3400
37 changed files with 1594 additions and 67 deletions
|
|
@ -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 ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue