From e68efd3f8c0fd6f993d190cf625e87c462ea718b Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sun, 11 Aug 2024 17:14:23 -0500 Subject: [PATCH] easter egg :3 --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b5df009..4a0d92d 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,8 @@ if (inputText.includes("🏳️‍⚧️")) { inputText = "Trans rights are human rights! 🏳️‍⚧️"; document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)"; - document.getElementById("info").innerHTML.replaceAll("/Caleb/g", "Chloe"); + console.log(document.getElementById("info").innerHTML); + document.getElementById("info").innerHTML = document.getElementById("info").innerHTML.replaceAll("Caleb", "Chloe"); } let designText; switch (value) {