From a4bdbffc0d3538ed15b242d12d4e55a91dfcdd52 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sun, 25 May 2025 17:04:20 +1000 Subject: [PATCH] fix: types --- src/components/HomepageFeatures/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 991a667..23f97a4 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [ }, ]; -function Feature({ title, Svg, description }: FeatureItem) { +function Feature({ title, description }: FeatureItem) { return (