mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
Add Kroketten to Snacks category with image source
This commit is contained in:
BIN
website/media/kroket.webp
Normal file
BIN
website/media/kroket.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
@@ -26,6 +26,7 @@ function showCategory(category) {
|
|||||||
items = [
|
items = [
|
||||||
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
||||||
{ title: "Bitterballen", imageSrc: "media/bitterbal.jpg", price: 2.50 },
|
{ title: "Bitterballen", imageSrc: "media/bitterbal.jpg", price: 2.50 },
|
||||||
|
{ title: "Kroketten", imageSrc: "media/kroket.webp", price: 2.50 },
|
||||||
];
|
];
|
||||||
} else if (category === 'deserts') {
|
} else if (category === 'deserts') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
Reference in New Issue
Block a user