Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 13 additions & 24 deletions app/[locale]/stablecoins/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {

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

import ABTestWrapper from "@/components/AB/TestWrapper"
import CalloutBannerSSR from "@/components/CalloutBannerSSR"
import DataProductCard from "@/components/DataProductCard"
import Emoji from "@/components/Emoji"
Expand Down Expand Up @@ -597,29 +596,19 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
imageWidth={600}
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}
>
<ABTestWrapper
testKey="StablecoinApps"
variants={[
<div key="two-buttons" className="flex flex-wrap gap-4">
<ButtonLink href="/apps/">
{t("page-stablecoins-explore-dapps")}
</ButtonLink>
<ButtonLink
variant="outline"
href="/defi/"
className="whitespace-normal"
isSecondary
>
{t("page-stablecoins-more-defi-button")}
</ButtonLink>
</div>,
<div key="single-button" className="flex flex-wrap gap-4">
<ButtonLink href="/apps/">
{t("page-stablecoins-explore-apps")}
</ButtonLink>
</div>,
]}
/>
<div key="two-buttons" className="flex flex-wrap gap-4">
<ButtonLink href="/apps/">
{t("page-stablecoins-explore-dapps")}
</ButtonLink>
<ButtonLink
variant="outline"
href="/defi/"
className="whitespace-normal"
isSecondary
>
{t("page-stablecoins-more-defi-button")}
</ButtonLink>
</div>
</CalloutBannerSSR>
<h2>{t("page-stablecoins-save-stablecoins")}</h2>
<Flex className="mb-8 me-8 w-full flex-col items-start lg:flex-row">
Expand Down
1 change: 0 additions & 1 deletion src/intl/en/page-stablecoins.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"page-stablecoins-editors-choice": "Editors' choices",
"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.",
"page-stablecoins-explore-dapps": "Explore dapps",
"page-stablecoins-explore-apps": "Explore apps",
"page-stablecoins-fiat-backed": "Fiat backed",
"page-stablecoins-fiat-backed-con-1": "Centralized – someone must issue the tokens.",
"page-stablecoins-fiat-backed-con-2": "Requires auditing to ensure company has sufficient reserves.",
Expand Down