mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
<a> tag changed to <Link>
This commit is contained in:
@@ -100,13 +100,13 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
|
|||||||
alignItems: 'center'
|
alignItems: 'center'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<a href="/">
|
<Link to="/">
|
||||||
<img
|
<img
|
||||||
src={logo}
|
src={logo}
|
||||||
width={isMobile ? '80px' : '150px'}
|
width={isMobile ? '80px' : '150px'}
|
||||||
style={{ pointerEvents: 'none' }}
|
style={{ pointerEvents: 'none' }}
|
||||||
/>
|
/>
|
||||||
</a>
|
</Link>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<>
|
<>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Reference in New Issue
Block a user