Skip to content

Commit

Permalink
Fixed heading
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Jan 23, 2024
1 parent c86492d commit 803f9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default function HomepageFeatures() {
return (
<section className={styles.features}>
<div className="container">
<h1 className="text--left">Features</h1>
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
Expand Down

0 comments on commit 803f9c0

Please sign in to comment.