Skip to content

Commit 1b28ca2

Browse files
Absorb into using new grid system
1 parent cf39bf7 commit 1b28ca2

File tree

4 files changed

+78
-920
lines changed

4 files changed

+78
-920
lines changed

dotcom-rendering/src/layouts/DecideLayout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { InteractiveLayout } from './InteractiveLayout';
1414
import { LiveLayout } from './LiveLayout';
1515
import { NewsletterSignupLayout } from './NewsletterSignupLayout';
1616
import { PictureLayout } from './PictureLayout';
17-
import { ShowcaseLayout } from './ShowcaseLayout';
1817
import { StandardLayout } from './StandardLayout';
1918

2019
interface BaseProps {
@@ -102,7 +101,7 @@ const DecideLayoutApps = ({ article, renderingTarget }: AppProps) => {
102101
);
103102
default:
104103
return (
105-
<ShowcaseLayout
104+
<StandardLayout
106105
article={article.frontendData}
107106
format={format}
108107
renderingTarget={renderingTarget}
@@ -269,7 +268,7 @@ const DecideLayoutWeb = ({ article, NAV, renderingTarget }: WebProps) => {
269268
);
270269
default:
271270
return (
272-
<ShowcaseLayout
271+
<StandardLayout
273272
article={article.frontendData}
274273
NAV={NAV}
275274
format={format}

0 commit comments

Comments
 (0)