mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Add Thee to Drinks category with image source
This commit is contained in:
BIN
website/media/thee.jpg
Normal file
BIN
website/media/thee.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user