From f542d865078caf9f3ec4d0503a758d47f23cf4ad Mon Sep 17 00:00:00 2001 From: joshkoh1239 <152137204+joshkoh1239@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:46:26 -0500 Subject: [PATCH] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index f6c1ad1..65d9bd9 100644 --- a/script.js +++ b/script.js @@ -5,7 +5,7 @@ const yesBtn = document.querySelector(".yes-btn"); const noBtn = document.querySelector(".no-btn"); yesBtn.addEventListener("click", () => { - question.innerHTML = "Yay, see you on the 18th!"; + question.innerHTML = "Yay, see you on the 20th!"; gif.src = "https://media.giphy.com/media/UMon0fuimoAN9ueUNP/giphy.gif"; }); @@ -20,4 +20,4 @@ noBtn.addEventListener("mouseover", () => { noBtn.style.left = randomX + "px"; noBtn.style.top = randomY + "px"; -}); \ No newline at end of file +});