From de4c5885aeaa48175b7270c243c2338e9c5c8cfc Mon Sep 17 00:00:00 2001 From: dineshpinto Date: Fri, 7 Jun 2024 09:41:05 +0400 Subject: [PATCH] Update index --- src/components/HomepageFeatures/index.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 5ec37c67..3aa7154e 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -15,9 +15,7 @@ const FeatureList: FeatureItem[] = [ title: "FTSO", Svg: require("@site/static/img/FTSO.svg").default, description: ( - <> - High-integrity & block-latency data feeds for DeFi on Flare - + <>High-integrity & block-latency data feeds for DeFi on Flare ), linkToProtocolDocs: "docs/ftso/overview", }, @@ -25,9 +23,7 @@ const FeatureList: FeatureItem[] = [ title: "FDC", Svg: require("@site/static/img/DATACONNECTOR.svg").default, description: ( - <> - Interoperable, tamper-proof Web2 & Web3 data for RWAs on Flare - + <>Interoperable, tamper-proof Web2 & Web3 data for RWAs on Flare ), linkToProtocolDocs: "docs/fdc/overview", }, @@ -35,7 +31,10 @@ const FeatureList: FeatureItem[] = [ title: "FAssets", Svg: require("@site/static/img/FASSETS.svg").default, description: ( - <>Verifiable economic security for bridging BTC, XRP, DOGE and non-SC tokens + <> + Verifiable economic security for bridging BTC, XRP, DOGE and non-SC + tokens + ), linkToProtocolDocs: "docs/fassets/intro", },