Skip to content

Commit

Permalink
Update index
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jun 7, 2024
1 parent 26a608a commit de4c588
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,26 @@ 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",
},
{
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",
},
{
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",
},
Expand Down

0 comments on commit de4c588

Please sign in to comment.