mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Update 'Snoep' category item details in showCategory function
This commit is contained in:
BIN
website/media/starmix.jpg
Normal file
BIN
website/media/starmix.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user