diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index c58078d..10246ee 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -45,7 +45,7 @@ export const Sidebar = () => { }, []) const handleResize = () => { - setIsTallWindow(window.innerHeight > 700) + setIsTallWindow(window.innerHeight > 768) } useEffect(() => { @@ -67,7 +67,7 @@ export const Sidebar = () => { {/* main navigation routes */}