Update 'Snoep' category item details in showCategory function

This commit is contained in:
vista-man
2025-02-20 13:24:35 +01:00
parent 3ed484a986
commit f5306e1ac6
2 changed files with 1 additions and 1 deletions

BIN
website/media/starmix.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@@ -89,7 +89,7 @@ function showCategory(category) {
]; ];
} else if (category === 'Snoep') { } else if (category === 'Snoep') {
items = [ items = [
{ title: "", imageSrc: "", price: 5.10 }, { title: "harribo starmix", imageSrc: "media/starmix.jpg", price: 5.10 },
]; ];
} }
// Voeg de items toe aan de weergave // Voeg de items toe aan de weergave