From b56a9f7db81b4ae3b0f31a1b2e8f98aa2f6a535a Mon Sep 17 00:00:00 2001 From: TrailJ Date: Wed, 29 May 2024 21:16:43 +0100 Subject: [PATCH] my only change in my controller --- .../main/default/classes/SFDCStopTeamController.cls | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 3402241..b2eb158 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -430,6 +430,16 @@ public class SFDCStopTeamController { ); + sfdcstopContributors.add( + new Contributor( + 'Free Palestine', + 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Flag_of_Palestine.svg/1280px-Flag_of_Palestine.svg.png', + Date.newInstance(2024, 05, 29), + 'https://x.com/FutbolPalestine?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor' + ) + + ); + return JSON.serialize(sfdcstopContributors); } }