This commit is contained in:
Dylanomz
2025-02-21 11:36:07 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -90,9 +90,9 @@ function showCategory(category) {
];
} else if (category === 'Yoghert') {
} else if (category === 'Yoghurt') {
items = [
{ title: "Aardbij yoghert", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
{ title: "Aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
];
} else if (category === 'Snoep') {
items = [
@@ -104,6 +104,8 @@ function showCategory(category) {
{ title: "Haribo Tropifrutti", imageSrc: "media/tropifrutti.png", price: 2.50 },
{ title: "Haribo Tangfastics", imageSrc: "media/tangfastics.png", price: 2.50 },
{ title: "Haribo Kersen", imageSrc: "media/Kersen.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 = [
@@ -251,7 +253,7 @@ function getDescription(title) {
} if (title === "Appelflap") {
return "bluhll";
} if (title === "Aardbij yoghert") {
} if (title === "Aardbij yoghurt") {
return "bluhllllllllllllllllllllll";
} if (title === "Haribo starmix") {