diff --git a/script.js b/script.js index f6c1ad1..4efae3f 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 1st! New Year"; gif.src = "https://media.giphy.com/media/UMon0fuimoAN9ueUNP/giphy.gif"; });