Skip to content

Commit 6bc0699

Browse files
authored
Merge pull request #13555 from guardian/sa-remove-epic-crossword
Remove epic slot from crossword layout
2 parents 5c2792f + 28b6c8c commit 6bc0699

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

dotcom-rendering/src/layouts/CrosswordLayout.tsx

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { Island } from '../components/Island';
2525
import { Masthead } from '../components/Masthead/Masthead';
2626
import { RightColumn } from '../components/RightColumn';
2727
import { Section } from '../components/Section';
28-
import { SlotBodyEnd } from '../components/SlotBodyEnd.importable';
2928
import { Standfirst } from '../components/Standfirst';
3029
import { StickyBottomBanner } from '../components/StickyBottomBanner.importable';
3130
import { SubMeta } from '../components/SubMeta';
@@ -332,47 +331,6 @@ export const CrosswordLayout = (props: Props) => {
332331
</div>
333332
</Section>
334333

335-
<Section
336-
stretchRight={false}
337-
showTopBorder={false}
338-
backgroundColour={themePalette('--article-background')}
339-
borderColour={themePalette('--article-border')}
340-
fontColour={themePalette('--article-section-title')}
341-
padContent={false}
342-
verticalMargins={false}
343-
>
344-
<div
345-
css={css`
346-
max-width: 620px;
347-
`}
348-
>
349-
<Island priority="feature" defer={{ until: 'visible' }}>
350-
<SlotBodyEnd
351-
contentType={article.contentType}
352-
contributionsServiceUrl={
353-
contributionsServiceUrl
354-
}
355-
idApiUrl={article.config.idApiUrl}
356-
isMinuteArticle={
357-
article.pageType.isMinuteArticle
358-
}
359-
isPaidContent={article.pageType.isPaidContent}
360-
pageId={article.pageId}
361-
sectionId={article.config.section}
362-
shouldHideReaderRevenue={
363-
article.shouldHideReaderRevenue
364-
}
365-
tags={article.tags}
366-
renderAds={renderAds}
367-
isLabs={false}
368-
articleEndSlot={
369-
!!article.config.switches.articleEndSlot
370-
}
371-
/>
372-
</Island>
373-
</div>
374-
</Section>
375-
376334
<Section
377335
fullWidth={true}
378336
showTopBorder={false}

0 commit comments

Comments
 (0)