Skip to content

Commit

Permalink
Add classname to fronts-banner top container
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Oct 19, 2023
1 parent b1c13a8 commit 966f084
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dotcom-rendering/src/components/AdSlot.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,16 @@ export const AdSlot = ({
case 'fronts-banner': {
const advertId = `fronts-banner-${index}`;
return (
<div css={frontsBannerAdTopContainerStyles}>
<div
className="top-fronts-banner-ad-container"
css={frontsBannerAdTopContainerStyles}
>
<div
className="ad-slot-container"
css={[
adContainerStyles,
frontsBannerAdContainerStyles,
hasPageskin && frontsBannerCollapseStyles,
adContainerStyles,
]}
>
<div
Expand Down

0 comments on commit 966f084

Please sign in to comment.