From 69cd3dfaa9b3cec32bab2ff90a203c08edab4c80 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 18 Apr 2022 15:29:32 -0700 Subject: [PATCH] Hide unimplemented features from landing page --- .../components/templates/landing/LandingSectionsContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/components/templates/landing/LandingSectionsContainer.tsx b/packages/web/components/templates/landing/LandingSectionsContainer.tsx index 6e93d41c3..6fd01529b 100644 --- a/packages/web/components/templates/landing/LandingSectionsContainer.tsx +++ b/packages/web/components/templates/landing/LandingSectionsContainer.tsx @@ -124,8 +124,8 @@ type LandingSectionsContainerProps = { export function LandingSectionsContainer({ hideFirst = false, hideSecond = false, - hideThird = false, - hideFourth = false, + hideThird = true, + hideFourth = true, }: LandingSectionsContainerProps): JSX.Element { const iconColor = 'rgb(255, 210, 52)' return (