We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e50fe9 commit 24a4b8aCopy full SHA for 24a4b8a
docs/src/components/HomepageFeatures/index.tsx
@@ -61,9 +61,9 @@ export default function HomepageFeatures(): ReactNode {
61
<section className={styles.features}>
62
<div className="container">
63
<div className="row">
64
- {FeatureList.map((props, idx) => (
+ {/* {FeatureList.map((props, idx) => (
65
<Feature key={idx} {...props} />
66
- ))}
+ ))} */}
67
</div>
68
69
</section>
0 commit comments