This commit is contained in:
Dylanomz
2025-02-13 12:23:31 +01:00
parent ca02715760
commit deee7b873f
2 changed files with 0 additions and 24 deletions

View File

@@ -56,9 +56,3 @@ function closeModal() {
document.getElementById('modal').style.display = 'none';
}
let cartCount = 0;
function addToCart() {
cartCount++;
document.querySelector('.cart-count').textContent = cartCount;
}