mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
sad
This commit is contained in:
@@ -9,7 +9,7 @@ function showCategory(category) {
|
|||||||
if (category === 'Broodjes') {
|
if (category === 'Broodjes') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "Broodje Gezond", imageSrc: "media/broodje-gezond.jpg", price: 3.50 },
|
{ 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') {
|
} else if (category === 'Koude-Dranken') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
Reference in New Issue
Block a user