File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -194,27 +194,27 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
194
194
title = { t ( "page-get-eth-cex" ) }
195
195
description = { t ( "page-get-eth-cex-desc" ) }
196
196
>
197
- < Link to = "#country-picker" >
197
+ < InlineLink to = "#country-picker" >
198
198
< Translation id = "page-get-eth-cex-link-desc" />
199
- </ Link >
199
+ </ InlineLink >
200
200
</ StyledCard >
201
201
< StyledCard
202
202
emoji = ":building_construction:"
203
203
title = { t ( "page-get-eth-earn" ) }
204
204
description = { t ( "page-get-eth-earn-desc" ) }
205
205
>
206
- < Link to = "/dao/" >
206
+ < InlineLink to = "/dao/" >
207
207
< Translation id = "page-get-eth-daos-link-desc" />
208
- </ Link >
208
+ </ InlineLink >
209
209
</ StyledCard >
210
210
< StyledCard
211
211
emoji = ":busts_in_silhouette:"
212
212
title = { t ( "page-get-eth-peers" ) }
213
213
description = { t ( "page-get-eth-peers-desc" ) }
214
214
>
215
- < Link to = "/wallets/" >
215
+ < InlineLink to = "/wallets/" >
216
216
< Translation id = "page-get-eth-wallets-link-desc" />
217
- </ Link >
217
+ </ InlineLink >
218
218
</ StyledCard >
219
219
< StyledCard
220
220
emoji = ":robot:"
@@ -239,9 +239,9 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
239
239
title = { t ( "page-get-eth-staking" ) }
240
240
description = { t ( "page-get-eth-staking-desc" ) }
241
241
>
242
- < Link to = "/staking" >
242
+ < InlineLink to = "/staking" >
243
243
< Translation id = "page-get-eth-staking-link-desc" />
244
- </ Link >
244
+ </ InlineLink >
245
245
</ StyledCard >
246
246
< Content >
247
247
< Text >
You can’t perform that action at this time.
0 commit comments