From 414b7aee0d61ca0aeb836c66ec79efef4be4d873 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 16 Jan 2023 12:41:39 +0800 Subject: [PATCH] Set width/height on feature graphic --- .../templates/landing/LandingSectionsContainer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/components/templates/landing/LandingSectionsContainer.tsx b/packages/web/components/templates/landing/LandingSectionsContainer.tsx index 29c4e2926..759e59b8d 100644 --- a/packages/web/components/templates/landing/LandingSectionsContainer.tsx +++ b/packages/web/components/templates/landing/LandingSectionsContainer.tsx @@ -84,7 +84,6 @@ const callToActionText = { } export function LandingSectionsContainer(): JSX.Element { - // const iconColor = 'rgb(255, 210, 52)' return ( landingHero-1