Skip to content

Commit 19196c2

Browse files
authored
Merge pull request #16029 from ethereum/master
Master -> Staging
2 parents 23809c0 + 15fda33 commit 19196c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/[locale]/stablecoins/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
598598
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}
599599
>
600600
<ABTestWrapper
601-
testKey="AppTest"
601+
testKey="StablecoinApps"
602602
variants={[
603603
<div key="two-buttons" className="flex flex-wrap gap-4">
604604
<ButtonLink href="/dapps/">

public/_redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,7 @@
185185
/tds /trillion-dollar-security 301!
186186

187187
/*/tds /:splat/trillion-dollar-security 301!
188+
189+
/10-years /10years 301!
190+
191+
/*/10-years /:splat/10years 301!

0 commit comments

Comments
 (0)