Skip to content

Commit 15fda33

Browse files
authored
Merge pull request #16025 from ethereum/ab-restart
hot-patch: AB test restart
2 parents 90ef07a + c651e86 commit 15fda33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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/">

0 commit comments

Comments
 (0)