Update image format for Sorbet in Desserts category

This commit is contained in:
vista-man
2025-02-13 09:20:37 +01:00
parent 20cdea5fcd
commit b61b13a9d4
2 changed files with 1 additions and 1 deletions

BIN
website/media/sorbet.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@@ -30,7 +30,7 @@ function showCategory(category) {
} else if (category === 'deserts') {
items = [
{ title: "Ijsjes", imageSrc: "media/Ijs.png", price: 2.00 },
{ title: "Sorbet", imageSrc: "media/sorbet.jpg", price: 2.50 },
{ title: "Sorbet", imageSrc: "media/sorbet.webp", price: 2.50 },
];
} else if (category === 'Deals') {
items = [