This commit is contained in:
vista-man
2025-02-13 11:58:24 +01:00
parent f37609dfdc
commit 5973426ceb
2 changed files with 1 additions and 1 deletions

BIN
website/media/choco-gs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

View File

@@ -28,7 +28,7 @@ function showCategory(category) {
{ title: "Fanta cassis", imageSrc: "media/fanta-cassis.jpg", price: 1.80 }, ]
} else if (category === 'Warme-Dranken') {
items = [
{ title: "Chocomel", imageSrc: "media/chocomel.jpg", price: 1.00 },
{ title: "Chocomel", imageSrc: "media/choco-gs.jpg", price: 1.00 },
{ title: "Chocomel met slagroom", imageSrc: "media/chocomel.jpg", price: 1.25 },
{ title: "Koffie", imageSrc: "media/koffie.jpg", price: 1.50 },
{ title: "Thee", imageSrc: "media/thee.jpg", price: 1.50 },