diff --git a/src/App.tsx b/src/App.tsx index 3bbbae7d..9702be72 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -113,6 +113,7 @@ function App() { } const [hideGiveUp,setHideGiveUp] = useState(true) + useEffect(()=>{ setTimeout(() => { setHideGiveUp(false) @@ -415,7 +416,7 @@ function App() { )}