diff --git a/website/index.html b/website/index.html index cace237..9008136 100644 --- a/website/index.html +++ b/website/index.html @@ -22,7 +22,7 @@
- + diff --git a/website/script.js b/website/script.js index 708393b..12af76e 100644 --- a/website/script.js +++ b/website/script.js @@ -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 = [ @@ -253,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") {