diff --git a/src/App.tsx b/src/App.tsx index f320f60..e6fb289 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -53,15 +53,18 @@ function App() { } }, [navigate, state]); - return ( + return (window.innerHeight >= 500 && window.innerWidth >= 800 ? (