From 1a13b9e6e41554a73393ec4563630002741532f8 Mon Sep 17 00:00:00 2001 From: kitkatpotato16 <523488@vistacollege.nl> Date: Tue, 11 Feb 2025 14:04:12 +0100 Subject: [PATCH 1/2] ingredient broodje gezond --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index d489222..8befc25 100644 --- a/website/index.html +++ b/website/index.html @@ -40,7 +40,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"; - description = "Broodje met ei en sla ectr."; + description = "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus."; } else if (item === 'drinks') { title = "Spa water"; image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg"; From bda82ef0d4d11b78aa9db5dc697e762108776f4a Mon Sep 17 00:00:00 2001 From: kitkatpotato16 <523488@vistacollege.nl> Date: Tue, 11 Feb 2025 14:07:44 +0100 Subject: [PATCH 2/2] xd --- website/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/script.js b/website/script.js index 9bfdeac..5625251 100644 --- a/website/script.js +++ b/website/script.js @@ -8,7 +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"; - description = "Broodje met ei en sla ectr."; + description = "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus."; } else if (item === 'drinks') { title = "Spa water"; image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";