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 d92fe7d commit 95ede43Copy full SHA for 95ede43
dotcom-rendering/src/components/ArticlePage.tsx
@@ -77,18 +77,18 @@ export const ArticlePage = (props: WebProps | AppProps) => {
77
78
return (
79
<StrictMode>
80
- {isInVariantGroup ? (
81
- <h1>User is in variant</h1>
82
- ) : (
83
- <h1>User is in control</h1>
84
- )}
85
<Global styles={rootStyles(format, darkModeAvailable)} />
86
{isWeb && (
87
<>
88
<SkipTo id="maincontent" label="Skip to main content" />
89
<SkipTo id="navigation" label="Skip to navigation" />
90
</>
91
)}
+ {isInVariantGroup ? (
+ <h1>User is in variant</h1>
+ ) : (
+ <h1>User is in control</h1>
+ )}
92
<Lightbox
93
format={format}
94
switches={frontendData.config.switches}
dotcom-rendering/src/components/SomeComponent.tsx
0 commit comments