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

View File

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