We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23809c0 + 15fda33 commit 19196c2Copy full SHA for 19196c2
app/[locale]/stablecoins/page.tsx
@@ -598,7 +598,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
598
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}
599
>
600
<ABTestWrapper
601
- testKey="AppTest"
+ testKey="StablecoinApps"
602
variants={[
603
<div key="two-buttons" className="flex flex-wrap gap-4">
604
<ButtonLink href="/dapps/">
public/_redirects
@@ -185,3 +185,7 @@
185
/tds /trillion-dollar-security 301!
186
187
/*/tds /:splat/trillion-dollar-security 301!
188
+
189
+/10-years /10years 301!
190
191
+/*/10-years /:splat/10years 301!
0 commit comments