Skip to content

Commit 3f7562a

Browse files
committed
Add deprecated label to MPU containers
1 parent d3d4c4f commit 3f7562a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

dotcom-rendering/src/components/DynamicSlowMPU.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const Card33_Card33_Card33 = ({
6868
* If you pass no bigs at all the top slice will not render and a special
6969
* 3 column layout is used for the remaining slice.
7070
*
71+
* @deprecated Adverts are no longer shown within containers. We no
72+
* longer use containers that reserve a space for an MPU advert.
7173
*/
7274
export const DynamicSlowMPU = ({
7375
groupedTrails,

dotcom-rendering/src/components/FixedMediumSlowXIIMPU.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ const Card50_Card50 = ({
129129
);
130130
};
131131

132+
/**
133+
* @deprecated Adverts are no longer shown within containers. We no
134+
* longer use containers that reserve a space for an MPU advert.
135+
*/
132136
export const FixedMediumSlowXIIMPU = ({
133137
trails,
134138
containerPalette,

dotcom-rendering/src/components/FixedSmallSlowVMPU.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ type Props = {
1212
absoluteServerTimes: boolean;
1313
};
1414

15+
/**
16+
* @deprecated Adverts are no longer shown within containers. We no
17+
* longer use containers that reserve a space for an MPU advert.
18+
*/
1519
export const FixedSmallSlowVMPU = ({
1620
trails,
1721
containerPalette,

0 commit comments

Comments
 (0)