<a> tag changed to <Link>

This commit is contained in:
nevolodia
2025-05-27 11:56:31 +02:00
parent 4031cda431
commit afce436933

View File

@@ -100,13 +100,13 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
alignItems: 'center'
}}
>
<a href="/">
<Link to="/">
<img
src={logo}
width={isMobile ? '80px' : '150px'}
style={{ pointerEvents: 'none' }}
/>
</a>
</Link>
{isMobile ? (
<>
<IconButton