From 76741dc3e78baede7bb96f24414704a0167807f9 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 3 Jun 2022 06:42:28 -0700 Subject: [PATCH] se if this works... --- src/components/HomepageFeatures/index.js | 52 ++++++++++++------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 78f410ba..6ae6b725 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -35,30 +35,30 @@ const FeatureList = [ }, ]; -function Feature({Svg, title, description}) { - return ( -
-
- -
-
-

{title}

-

{description}

-
-
- ); -} +// function Feature({Svg, title, description}) { +// return ( +//
+//
+// +//
+//
+//

{title}

+//

{description}

+//
+//
+// ); +// } -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} +// export default function HomepageFeatures() { +// return ( +//
+//
+//
+// {FeatureList.map((props, idx) => ( +// +// ))} +//
+//
+//
+// ); +// }