From bdf5a9805ad7c5fd2cb6c187d1c904b71eb4a626 Mon Sep 17 00:00:00 2001 From: Maxim Starikov Date: Thu, 19 Jun 2025 10:26:09 +0200 Subject: [PATCH] Fix unused parameter in HomepageFeatures --- 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 84b5c1e..2f79f6a 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [ }, ]; -function Feature({title, Svg, description}: FeatureItem) { +function Feature({title, description}: FeatureItem) { return (