diff --git a/src/App.tsx b/src/App.tsx index 7a4d571..883c65a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -65,7 +65,6 @@ function App() { const [isLoading, setIsLoading] = createSignal(true); const [oomfies, setoomfies] = createSignal(<>oomfies) const [isAnimating, setIsAnimating] = createSignal(false); - const [animatedwoem, setanimatedwoem] = createSignal(false); onMount(async () => { try { const response = await fetch("https://imtoolazytomakeaproperapi.exhq.dev/"); @@ -110,7 +109,7 @@ function App() {
@@ -123,13 +122,13 @@ function App() { setishover(false) }} style={{ - opacity: isAnimating() || animatedwoem() ? "0%" : "100%" + opacity: isAnimating() ? "0%" : "100%" }} class='cardchild'>
-
+
{ setpopup(!shouldpopup()) }}>