Merge branch 'main' into link-bug-fix

This commit is contained in:
Vladimir Kirill Bickov
2025-05-27 03:02:18 -07:00
committed by GitHub
37 changed files with 1594 additions and 67 deletions

View File

@@ -101,11 +101,7 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
}}
>
<Link to="/">
<img
src={logo}
width={isMobile ? '80px' : '150px'}
style={{ pointerEvents: 'none' }}
/>
<img src={logo} width={isMobile ? '80px' : '150px'} />
</Link>
{isMobile ? (
<>