Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrodrool authored Nov 5, 2024
1 parent 07e6af4 commit 8691f3b
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 @@ -60,7 +60,7 @@ function endDrag(event) {
card.classList.add("liked");
setTimeout(() => {
card.style.display = "none";
alert("It's a match!");
alert("יש התאמה! לכל הפרטים פנו לעמותה במס׳ הבא");
}, 300);
} else if (moveX < -swipeThreshold) {
// Swiped left (dislike)
Expand Down

0 comments on commit 8691f3b

Please sign in to comment.