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.
1 parent b37d8fa commit d92fe7dCopy full SHA for d92fe7d
dotcom-rendering/src/components/ArticlePage.tsx
@@ -78,9 +78,9 @@ export const ArticlePage = (props: WebProps | AppProps) => {
78
return (
79
<StrictMode>
80
{isInVariantGroup ? (
81
- <h1>This is an AB test</h1>
+ <h1>User is in variant</h1>
82
) : (
83
- <h1>Not in test</h1>
+ <h1>User is in control</h1>
84
)}
85
<Global styles={rootStyles(format, darkModeAvailable)} />
86
{isWeb && (
0 commit comments