Skip to content

Commit

Permalink
changed dates
Browse files Browse the repository at this point in the history
  • Loading branch information
indiansamaltman committed Dec 18, 2023
1 parent 5ff8d2f commit a297f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
});
Expand Down

0 comments on commit a297f90

Please sign in to comment.