Skip to content

Commit 95ede43

Browse files
committed
Remove the new component
1 parent d92fe7d commit 95ede43

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

dotcom-rendering/src/components/ArticlePage.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ export const ArticlePage = (props: WebProps | AppProps) => {
7777

7878
return (
7979
<StrictMode>
80-
{isInVariantGroup ? (
81-
<h1>User is in variant</h1>
82-
) : (
83-
<h1>User is in control</h1>
84-
)}
8580
<Global styles={rootStyles(format, darkModeAvailable)} />
8681
{isWeb && (
8782
<>
8883
<SkipTo id="maincontent" label="Skip to main content" />
8984
<SkipTo id="navigation" label="Skip to navigation" />
9085
</>
9186
)}
87+
{isInVariantGroup ? (
88+
<h1>User is in variant</h1>
89+
) : (
90+
<h1>User is in control</h1>
91+
)}
9292
<Lightbox
9393
format={format}
9494
switches={frontendData.config.switches}

dotcom-rendering/src/components/SomeComponent.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)