mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
sad
This commit is contained in:
@@ -9,7 +9,7 @@ function showCategory(category) {
|
||||
if (category === 'Broodjes') {
|
||||
items = [
|
||||
{ title: "Broodje Gezond", imageSrc: "media/broodje-gezond.jpg", price: 3.50 },
|
||||
{ title: "Broodje Kaas", imageSrc: "https://loving-newyork.com/wp-content/uploads/2015/09/The-best-bagel-in-nyc-161118102835004.jpeg", price: 3.00 },
|
||||
{ title: "Bagel", imageSrc: "https://loving-newyork.com/wp-content/uploads/2015/09/The-best-bagel-in-nyc-161118102835004.jpeg", price: 3.00 },
|
||||
];
|
||||
} else if (category === 'Koude-Dranken') {
|
||||
items = [
|
||||
|
||||
Reference in New Issue
Block a user