Skip to content

Commit 584cd06

Browse files
Move ShowcaseLayout to grid
1 parent 64b82e9 commit 584cd06

4 files changed

Lines changed: 78 additions & 946 deletions

File tree

dotcom-rendering/src/layouts/DecideLayout.tsx

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

2120
interface BaseProps {
@@ -103,7 +102,7 @@ const DecideLayoutApps = ({ article, renderingTarget }: AppProps) => {
103102
);
104103
default:
105104
return (
106-
<ShowcaseLayout
105+
<StandardLayout
107106
article={article.frontendData}
108107
format={format}
109108
renderingTarget={renderingTarget}
@@ -286,7 +285,7 @@ const DecideLayoutWeb = ({ article, NAV, renderingTarget }: WebProps) => {
286285
);
287286
default:
288287
return (
289-
<ShowcaseLayout
288+
<StandardLayout
290289
article={article.frontendData}
291290
NAV={NAV}
292291
format={format}

0 commit comments

Comments
 (0)