From b6eb5efdc58f67741aa629bfd3663f2245a9c6c3 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Sat, 16 Sep 2023 13:02:14 +0100 Subject: Fix code overflow --- src/components/HomepageFeatures/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 3e2a701..c810bac 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -17,7 +17,7 @@ function Feature({ n, title, showcase, description, buttonText }: FeatureItem) { // {showcase.code} {showcase.code} @@ -30,7 +30,7 @@ function Feature({ n, title, showcase, description, buttonText }: FeatureItem) {
-
+
{showcaseComponent}
-- cgit