mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-04-22 06:50:46 +02: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