Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/ARRY7686/main

This commit is contained in:
Ibrahima G. Coulibaly
2025-06-05 18:32:24 +01:00

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