File tree Expand file tree Collapse file tree 2 files changed +13
-25
lines changed Expand file tree Collapse file tree 2 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import { Lang } from "@/lib/types"
10
10
11
- import ABTestWrapper from "@/components/AB/TestWrapper"
12
11
import CalloutBannerSSR from "@/components/CalloutBannerSSR"
13
12
import DataProductCard from "@/components/DataProductCard"
14
13
import Emoji from "@/components/Emoji"
@@ -597,29 +596,19 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
597
596
imageWidth = { 600 }
598
597
alt = { t ( "page-stablecoins-stablecoins-dapp-callout-image-alt" ) }
599
598
>
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 >
623
612
</ CalloutBannerSSR >
624
613
< h2 > { t ( "page-stablecoins-save-stablecoins" ) } </ h2 >
625
614
< Flex className = "mb-8 me-8 w-full flex-col items-start lg:flex-row" >
Original file line number Diff line number Diff line change 77
77
"page-stablecoins-editors-choice" : " Editors' choices" ,
78
78
"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." ,
79
79
"page-stablecoins-explore-dapps" : " Explore dapps" ,
80
- "page-stablecoins-explore-apps" : " Explore apps" ,
81
80
"page-stablecoins-fiat-backed" : " Fiat backed" ,
82
81
"page-stablecoins-fiat-backed-con-1" : " Centralized – someone must issue the tokens." ,
83
82
"page-stablecoins-fiat-backed-con-2" : " Requires auditing to ensure company has sufficient reserves." ,
You can’t perform that action at this time.
0 commit comments