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", },