MISC: Remove useless iframe in April Fool's Day popup (#2065)

This commit is contained in:
catloversg
2025-04-04 03:41:39 +07:00
committed by GitHub
parent 37e1f01efa
commit 5d23764316

View File

@@ -65,15 +65,6 @@ export function Apr1(): React.ReactElement {
return (
<Modal open={open} onClose={() => setOpen(false)}>
<pre style={{ color: "#0f0" }}>{frames[n]}</pre>
<div style={{ display: "none" }}>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/a3Z7zEc7AXQ?autoplay=1"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
></iframe>
</div>
</Modal>
);
}