fix: types

This commit is contained in:
DecDuck
2025-05-25 17:04:20 +10:00
parent 6a98c3b8a8
commit a4bdbffc0d

View File

@@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [
},
];
function Feature({ title, Svg, description }: FeatureItem) {
function Feature({ title, description }: FeatureItem) {
return (
<div className={clsx("col col--4")}>
<div className="text--center padding-horiz--md">