Skip to content

Commit 2cc8eae

Browse files
authored
Merge pull request #16116 from ethereum/end-StablecoinApps-test
chore: conclude test; use original
2 parents 069f4fa + 904fc74 commit 2cc8eae

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

app/[locale]/stablecoins/page.tsx

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88

99
import { Lang } from "@/lib/types"
1010

11-
import ABTestWrapper from "@/components/AB/TestWrapper"
1211
import CalloutBannerSSR from "@/components/CalloutBannerSSR"
1312
import DataProductCard from "@/components/DataProductCard"
1413
import Emoji from "@/components/Emoji"
@@ -597,29 +596,19 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
597596
imageWidth={600}
598597
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}
599598
>
600-
<ABTestWrapper
601-
testKey="StablecoinApps"
602-
variants={[
603-
<div key="two-buttons" className="flex flex-wrap gap-4">
604-
<ButtonLink href="/apps/">
605-
{t("page-stablecoins-explore-dapps")}
606-
</ButtonLink>
607-
<ButtonLink
608-
variant="outline"
609-
href="/defi/"
610-
className="whitespace-normal"
611-
isSecondary
612-
>
613-
{t("page-stablecoins-more-defi-button")}
614-
</ButtonLink>
615-
</div>,
616-
<div key="single-button" className="flex flex-wrap gap-4">
617-
<ButtonLink href="/apps/">
618-
{t("page-stablecoins-explore-apps")}
619-
</ButtonLink>
620-
</div>,
621-
]}
622-
/>
599+
<div key="two-buttons" className="flex flex-wrap gap-4">
600+
<ButtonLink href="/apps/">
601+
{t("page-stablecoins-explore-dapps")}
602+
</ButtonLink>
603+
<ButtonLink
604+
variant="outline"
605+
href="/defi/"
606+
className="whitespace-normal"
607+
isSecondary
608+
>
609+
{t("page-stablecoins-more-defi-button")}
610+
</ButtonLink>
611+
</div>
623612
</CalloutBannerSSR>
624613
<h2>{t("page-stablecoins-save-stablecoins")}</h2>
625614
<Flex className="mb-8 me-8 w-full flex-col items-start lg:flex-row">

src/intl/en/page-stablecoins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"page-stablecoins-editors-choice": "Editors' choices",
7878
"page-stablecoins-editors-choice-intro": "These are probably the best-known examples of stablecoins right now and the coins we've found useful when using dapps.",
7979
"page-stablecoins-explore-dapps": "Explore dapps",
80-
"page-stablecoins-explore-apps": "Explore apps",
8180
"page-stablecoins-fiat-backed": "Fiat backed",
8281
"page-stablecoins-fiat-backed-con-1": "Centralized – someone must issue the tokens.",
8382
"page-stablecoins-fiat-backed-con-2": "Requires auditing to ensure company has sufficient reserves.",

0 commit comments

Comments
 (0)