From 6e1bb47fba8f5a819358716cfa074a88ed869652 Mon Sep 17 00:00:00 2001 From: Stephan Bauer Date: Wed, 12 Jun 2024 21:43:50 +0200 Subject: [PATCH] Rework Landing page --- src/components/HomepageFeatures/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 927ea83b5..942ca237e 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -37,12 +37,11 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: 'Get Support / How to contribute', + title: 'Fededback', Svg: require('@site/static/img/support-icon.svg').default, description: ( <> - Fededback/Information/Reuests via GitHub discussions

- Want to support/contribute ... + PLease provide Fededback/Information/Reuests via GitHub discussions ), },