Skip to content

Commit c43b986

Browse files
authored
fix name of football-right slot (#13636)
1 parent eac0d74 commit c43b986

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dotcom-rendering/src/components/AdSlot.web.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type RightProps = {
6767
};
6868

6969
type RightFootballProps = {
70-
position: 'right-football';
70+
position: 'football-right';
7171
colourScheme?: ColourScheme;
7272
index?: never;
7373
shouldHideReaderRevenue?: never;
@@ -515,7 +515,7 @@ export const AdSlot = ({
515515
default:
516516
return null;
517517
}
518-
case 'right-football': {
518+
case 'football-right': {
519519
const slotId = 'dfp-ad--right';
520520
return (
521521
<AdSlotWrapper

dotcom-rendering/src/components/FootballMatchesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const FootballMatchesPage = ({
139139
}
140140
`}
141141
>
142-
<AdSlot position="right-football" />
142+
<AdSlot position="football-right" />
143143
</div>
144144
)}
145145
</main>

0 commit comments

Comments
 (0)