mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26: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 = [
|
||||
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
||||
{ title: "Bitterballen", imageSrc: "media/bitterbal.jpg", price: 2.50 },
|
||||
{ title: "Kroketten", imageSrc: "media/kroket.webp", price: 2.50 },
|
||||
];
|
||||
} else if (category === 'deserts') {
|
||||
items = [
|
||||
|
||||
Reference in New Issue
Block a user