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
commit 81709e3400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 ? (
<>