This commit is contained in:
cowboykipnugget
2025-02-21 11:06:15 +01:00
parent c204d30fc8
commit 7e1cbbea90

View File

@@ -100,6 +100,8 @@ function showCategory(category) {
{ title: "Haribo Kikkers", imageSrc: "media/kikkertjes.png", price: 2.50 },
{ title: "Haribo Bananen", imageSrc: "media/bananas.png", price: 2.50 },
{ title: "Haribo Goudberen", imageSrc: "media/Goudberen.png", price: 2.50 },
{ title: "Popcorn zoet", imageSrc: "https://th.bing.com/th/id/OIP.6We0JA1TcUt_QOqMcMZsPwAAAA?rs=1&pid=ImgDetMain", price: 2.50 },
{ title: "Popcorn zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", price: 2.50 }
];
} else if (category === 'Overige') {
items = [
@@ -258,6 +260,10 @@ function getDescription(title) {
return "bluh";
} if (title === "Haribo Bananen") {
return "bluh";
} if (title === "Popcorn zoet") {
return "bluh";
} if (title === "Popcorn zout") {
return "bluh";
}
return "";