Skip to content

Commit cc6408b

Browse files
committed
Merge branch '20250819-1508-refactoring' of https://github.com/guardian/dotcom-rendering into 20250819-1508-refactoring
2 parents 5acb849 + 9639a39 commit cc6408b

File tree

11 files changed

+69
-537
lines changed

11 files changed

+69
-537
lines changed

dotcom-rendering/src/components/Carousel.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ const CarouselCard = ({
532532
index={index}
533533
showTopBarDesktop={!isOnwardContent}
534534
showTopBarMobile={!isOnwardContent}
535+
aspectRatio={'5:4'}
535536
/>
536537
</LI>
537538
);

dotcom-rendering/src/components/DecideContainer.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type {
1010
import { DynamicFast } from './DynamicFast';
1111
import { DynamicPackage } from './DynamicPackage';
1212
import { DynamicSlow } from './DynamicSlow';
13-
import { DynamicSlowMPU } from './DynamicSlowMPU';
1413
import { FixedLargeSlowXIV } from './FixedLargeSlowXIV';
1514
import { FixedMediumFastXI } from './FixedMediumFastXI';
1615
import { FixedMediumFastXII } from './FixedMediumFastXII';
@@ -89,16 +88,6 @@ export const DecideContainer = ({
8988
imageLoading={imageLoading}
9089
/>
9190
);
92-
case 'dynamic/slow-mpu':
93-
return (
94-
<DynamicSlowMPU
95-
groupedTrails={groupedTrails}
96-
containerPalette={containerPalette}
97-
showAge={showAge}
98-
absoluteServerTimes={absoluteServerTimes}
99-
imageLoading={imageLoading}
100-
/>
101-
);
10291
case 'dynamic/package':
10392
return (
10493
<DynamicPackage

dotcom-rendering/src/components/DynamicSlowMPU.stories.tsx

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

0 commit comments

Comments
 (0)