mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
Update image format for Sorbet in Desserts category
This commit is contained in:
BIN
website/media/sorbet.webp
Normal file
BIN
website/media/sorbet.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
@@ -30,7 +30,7 @@ function showCategory(category) {
|
|||||||
} else if (category === 'deserts') {
|
} else if (category === 'deserts') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "Ijsjes", imageSrc: "media/Ijs.png", price: 2.00 },
|
{ 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') {
|
} else if (category === 'Deals') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
Reference in New Issue
Block a user