Add Thee to Drinks category with image source

This commit is contained in:
vista-man
2025-02-13 09:28:39 +01:00
parent f7e6bd4e37
commit 688041cec7
2 changed files with 1 additions and 0 deletions

BIN
website/media/thee.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -20,6 +20,7 @@ function showCategory(category) {
items = [ items = [
{ title: "Chocomel", imageSrc: "media/chocomel.jpg", price: 1.00 }, { title: "Chocomel", imageSrc: "media/chocomel.jpg", price: 1.00 },
{ title: "Koffie", imageSrc: "media/koffie.jpg", price: 1.50 }, { title: "Koffie", imageSrc: "media/koffie.jpg", price: 1.50 },
{ title: "Thee", imageSrc: "media/thee.jpg", price: 1.50 },
]; ];
} }
else if (category === 'Snacks') { else if (category === 'Snacks') {