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 c86492d commit 803f9c0Copy full SHA for 803f9c0
website/src/components/HomepageFeatures/index.js
@@ -120,6 +120,7 @@ export default function HomepageFeatures() {
120
return (
121
<section className={styles.features}>
122
<div className="container">
123
+ <h1 className="text--left">Features</h1>
124
<div className="row">
125
{FeatureList.map((props, idx) => (
126
<Feature key={idx} {...props} />
0 commit comments