Fix linting errors

This commit is contained in:
2025-05-11 19:14:10 +03:00
parent 82cdae4f4b
commit 70516e3333
3 changed files with 6 additions and 9 deletions

View File

@@ -3,12 +3,6 @@ import styles from '../../styles/Logo.module.scss';
import Link from 'next/link';
const Logo = () => {
const [isDesktop, setIsDesktop] = useState(true);
useEffect(() => {
setIsDesktop(window.innerWidth > 768);
}, []);
return (
<Link href="/">
<a>