Update image source for Bitterballen in Snacks category

This commit is contained in:
vista-man
2025-02-12 14:10:42 +01:00
parent aece625745
commit 20cdea5fcd
2 changed files with 1 additions and 1 deletions

BIN
website/media/bitterbal.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

View File

@@ -25,7 +25,7 @@ function showCategory(category) {
else if (category === 'Snacks') {
items = [
{ 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') {
items = [