mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 01:35:34 +05:30
<a> tag changed to <Link>
This commit is contained in:
parent
4031cda431
commit
afce436933
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue