diff --git a/components/defaultLanding/FeatureSection.tsx b/components/defaultLanding/FeatureSection.tsx index badbc9203..614efcde5 100644 --- a/components/defaultLanding/FeatureSection.tsx +++ b/components/defaultLanding/FeatureSection.tsx @@ -19,7 +19,7 @@ const FeatureSection = () => { {features.map((feature: any, index) => { return (
@@ -37,3 +37,5 @@ const FeatureSection = () => { }; export default FeatureSection; + +