Skip to content

Commit a4bdbff

Browse files
committed
fix: types
1 parent 6a98c3b commit a4bdbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [
3939
},
4040
];
4141

42-
function Feature({ title, Svg, description }: FeatureItem) {
42+
function Feature({ title, description }: FeatureItem) {
4343
return (
4444
<div className={clsx("col col--4")}>
4545
<div className="text--center padding-horiz--md">

0 commit comments

Comments
 (0)