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) => ( +// +// ))} +//
+//
+//
+// ); +// }