File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ type RightProps = {
67
67
} ;
68
68
69
69
type RightFootballProps = {
70
- position : 'right- football' ;
70
+ position : 'football-right ' ;
71
71
colourScheme ?: ColourScheme ;
72
72
index ?: never ;
73
73
shouldHideReaderRevenue ?: never ;
@@ -515,7 +515,7 @@ export const AdSlot = ({
515
515
default :
516
516
return null ;
517
517
}
518
- case 'right- football' : {
518
+ case 'football-right ' : {
519
519
const slotId = 'dfp-ad--right' ;
520
520
return (
521
521
< AdSlotWrapper
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export const FootballMatchesPage = ({
139
139
}
140
140
` }
141
141
>
142
- < AdSlot position = "right- football" />
142
+ < AdSlot position = "football-right " />
143
143
</ div >
144
144
) }
145
145
</ main >
You can’t perform that action at this time.
0 commit comments