mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user