From bc384954158ff107a0f649c24f0dcc1384a1a4aa Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 13 Dec 2024 22:37:06 +0330 Subject: [PATCH] i might be stupid --- src/App.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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()) }}>