diff --git a/src/App.js b/src/App.js index 022f08e..a68f770 100644 --- a/src/App.js +++ b/src/App.js @@ -13,10 +13,11 @@ export default function App() { const [showCookies, setShowCookies] = useState(true); const { width } = useWindowSize(); + console.log(width); return (
- {width > 750 ? ( + {width > 1000 ? (