From 24ff5b7c5bd48c4c920a08fd3e3226a161015393 Mon Sep 17 00:00:00 2001 From: Arend Peter Date: Sat, 2 Dec 2023 21:00:52 -0800 Subject: [PATCH] Move featured elections to an environment variable --- frontend/src/components/LandingPage.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index d1c91533..2601a884 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -24,11 +24,9 @@ const LandingPage = () => { paddingBottom: '8rem', }}> - + {process.env.REACT_APP_FF_ELECTION_TESTIMONIALS === 'true' &&