Merge pull request #129

Bug fix - <a> tag changed to <Link>
This commit is contained in:
Ibrahima G. Coulibaly
2025-06-02 17:08:11 +01:00
committed by GitHub

View File

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