diff --git a/assets/script.js b/assets/script.js index 219292a..67cd1e6 100644 --- a/assets/script.js +++ b/assets/script.js @@ -677,7 +677,7 @@ async function voteMeme(memeID, isUpvote){ } } else { - if(memeVoteDownvoteElement.classList.contains("ri-arrow-up-circle-fill")){ + if(memeVoteDownvoteElement.classList.contains("ri-arrow-down-circle-fill")){ deleteVoteMeme(memeID); memeVoteDelete = true; }