Add Kroketten to Snacks category with image source

This commit is contained in:
vista-man
2025-02-13 09:24:01 +01:00
parent b61b13a9d4
commit f7e6bd4e37
2 changed files with 1 additions and 0 deletions

View File

@@ -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 = [