mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
Update image source for Bitterballen in Snacks category
This commit is contained in:
BIN
website/media/bitterbal.jpg
Normal file
BIN
website/media/bitterbal.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 526 KiB |
@@ -25,7 +25,7 @@ function showCategory(category) {
|
|||||||
else if (category === 'Snacks') {
|
else if (category === 'Snacks') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
||||||
{ title: "Bitterballen", imageSrc: "https://www.taalvoutjes.nl/app/uploads/2014/09/bitterbal.jpg", price: 2.50 },
|
{ title: "Bitterballen", imageSrc: "media/bitterbal.jpg", price: 2.50 },
|
||||||
];
|
];
|
||||||
} else if (category === 'deserts') {
|
} else if (category === 'deserts') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
Reference in New Issue
Block a user