mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
Update 'Snoep' category item details in showCategory function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user