From fb800d4b717d19f86ddfdffd91d1052e3ca7cca3 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 09:05:19 +0100 Subject: [PATCH] Fix description for Broodje gezond in script.js --- website/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/script.js b/website/script.js index 7ef949f..d7dc5f2 100644 --- a/website/script.js +++ b/website/script.js @@ -8,11 +8,7 @@ if (item === 'Broodjes') { title = "Broodje gezond"; image = "https://thumbs.dreamstime.com/b/submarine-sandwich-ham-cheese-clipping-path-egg-tomato-cucumber-lettuce-white-48580716.jpg"; -<<<<<<< HEAD - description = "Broodje met ei en sla etc."; -======= description = "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus."; ->>>>>>> bda82ef0d4d11b78aa9db5dc697e762108776f4a } else if (item === 'drinks') { title = "Spa water"; image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";