mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
MISC: Remove useless iframe in April Fool's Day popup (#2065)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user