Skip to content

Commit 5e3e5c5

Browse files
committed
feat: replace FeatureGridCard with DescriptionCard in RLC overview
1 parent b2e5040 commit 5e3e5c5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/overview/rlc.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ demand for RLC increases, driving token value through network effects.
6868
RLC is available on multiple blockchain networks to serve different use cases:
6969

7070
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8">
71-
<FeatureGridCard
71+
<DescriptionCard
7272
title="Ethereum Mainnet"
7373
icon="⟠"
7474
color="gray"
@@ -79,7 +79,7 @@ RLC is available on multiple blockchain networks to serve different use cases:
7979
]"
8080
/>
8181

82-
<FeatureGridCard
82+
<DescriptionCard
8383
title="Bellecour Sidechain"
8484
icon="⚡"
8585
color="yellow"
@@ -89,7 +89,7 @@ RLC is available on multiple blockchain networks to serve different use cases:
8989
]"
9090
/>
9191

92-
<FeatureGridCard
92+
<DescriptionCard
9393
title="Arbitrum"
9494
icon="🔷"
9595
color="blue"
@@ -107,7 +107,7 @@ RLC is available on multiple blockchain networks to serve different use cases:
107107
You can acquire RLC tokens through several methods:
108108

109109
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8">
110-
<FeatureGridCard
110+
<DescriptionCard
111111
title="Centralized Exchanges"
112112
icon="🏪"
113113
color="indigo"
@@ -121,7 +121,7 @@ You can acquire RLC tokens through several methods:
121121
]"
122122
/>
123123

124-
<FeatureGridCard
124+
<DescriptionCard
125125
title="Decentralized Exchanges"
126126
icon="🌊"
127127
color="purple"
@@ -132,7 +132,7 @@ You can acquire RLC tokens through several methods:
132132
]"
133133
/>
134134

135-
<FeatureGridCard
135+
<DescriptionCard
136136
title="Cross-Chain Bridging"
137137
icon="🌉"
138138
color="teal"
@@ -142,7 +142,7 @@ You can acquire RLC tokens through several methods:
142142
]"
143143
/>
144144

145-
<FeatureGridCard
145+
<DescriptionCard
146146
title="Earn RLC"
147147
icon="💎"
148148
color="pink"
@@ -167,7 +167,7 @@ Ready to dive into the iExec ecosystem? Here are the next steps:
167167

168168
<script setup>
169169
import ImageViewer from '../components/ImageViewer.vue';
170-
import FeatureGridCard from '../components/FeatureGridCard.vue';
170+
import DescriptionCard from '../components/DescriptionCard.vue';
171171

172172
// Assets
173173
import rlcGif from '../assets/rlc/rlc.gif';

0 commit comments

Comments
 (0)