From 1e386b093d3ced554de3b21ef29d8dcdc83711ab Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Thu, 4 Mar 2021 19:58:53 +0400 Subject: [PATCH] adjust width #2 --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ? (