Skip to content

Commit

Permalink
Added something new
Browse files Browse the repository at this point in the history
  • Loading branch information
GrindamN committed Jan 5, 2024
1 parent ff80276 commit 115d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Feature({Svg, title, description}) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
<center><Svg className={styles.featureSvg} role="img" /></center>
</div>
<div className="text--center padding-horiz--md">
<Heading as="h3">{title}</Heading>
Expand Down

0 comments on commit 115d638

Please sign in to comment.