Skip to content

Commit ee2269f

Browse files
authored
Merge pull request #11136 from ethereum/fixLinkBug
fix Link -> InlineLink on /get-eth
2 parents 670c1f5 + f0905ad commit ee2269f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/pages/get-eth.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,27 +194,27 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
194194
title={t("page-get-eth-cex")}
195195
description={t("page-get-eth-cex-desc")}
196196
>
197-
<Link to="#country-picker">
197+
<InlineLink to="#country-picker">
198198
<Translation id="page-get-eth-cex-link-desc" />
199-
</Link>
199+
</InlineLink>
200200
</StyledCard>
201201
<StyledCard
202202
emoji=":building_construction:"
203203
title={t("page-get-eth-earn")}
204204
description={t("page-get-eth-earn-desc")}
205205
>
206-
<Link to="/dao/">
206+
<InlineLink to="/dao/">
207207
<Translation id="page-get-eth-daos-link-desc" />
208-
</Link>
208+
</InlineLink>
209209
</StyledCard>
210210
<StyledCard
211211
emoji=":busts_in_silhouette:"
212212
title={t("page-get-eth-peers")}
213213
description={t("page-get-eth-peers-desc")}
214214
>
215-
<Link to="/wallets/">
215+
<InlineLink to="/wallets/">
216216
<Translation id="page-get-eth-wallets-link-desc" />
217-
</Link>
217+
</InlineLink>
218218
</StyledCard>
219219
<StyledCard
220220
emoji=":robot:"
@@ -239,9 +239,9 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
239239
title={t("page-get-eth-staking")}
240240
description={t("page-get-eth-staking-desc")}
241241
>
242-
<Link to="/staking">
242+
<InlineLink to="/staking">
243243
<Translation id="page-get-eth-staking-link-desc" />
244-
</Link>
244+
</InlineLink>
245245
</StyledCard>
246246
<Content>
247247
<Text>

0 commit comments

Comments
 (0)