mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
dsf
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
// Afhankelijk van het geselecteerde item, pas de details aan
|
||||
if (item === 'Broodjes') {
|
||||
title = "Broodje gezond";
|
||||
image = "https://bakkerboudewijn.weebly.com/images/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
|
||||
image = "https://thumbs.dreamstime.com/b/submarine-sandwich-ham-cheese-clipping-path-egg-tomato-cucumber-lettuce-white-48580716.jpg";
|
||||
description = "Broodje met ei en sla ectr.";
|
||||
} else if (item === 'drinks') {
|
||||
title = "Spa water";
|
||||
@@ -47,7 +47,7 @@
|
||||
description = "Koude verfrissende watuuur ectr.";
|
||||
} else if (item === 'Snacks') {
|
||||
title = "Frikandel";
|
||||
image = "https://boshuis.huisjebezorgd.nl/wp-content/images/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||
image = "https://www.hollandshop24.de/media/image/product/3166/lg/mora-frikandel-oven-airfryer-bratrolle~2.jpg";
|
||||
description = "vlees ectr.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user