From 5d23764316a166ed15f03866721e0400f1eb6ab2 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Fri, 4 Apr 2025 03:41:39 +0700 Subject: [PATCH] MISC: Remove useless iframe in April Fool's Day popup (#2065) --- src/ui/Apr1.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ui/Apr1.tsx b/src/ui/Apr1.tsx index e518398b5..5787579c2 100644 --- a/src/ui/Apr1.tsx +++ b/src/ui/Apr1.tsx @@ -65,15 +65,6 @@ export function Apr1(): React.ReactElement { return ( setOpen(false)}>
{frames[n]}
-
- -
); }