Skip to content

Commit

Permalink
Use half page height from commercial repo
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Sep 18, 2024
1 parent 19aef13 commit c532e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/AdSlot.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type RemainingProps = {
type Props = DefaultProps & (RightProps | InlineProps | RemainingProps);

const labelHeight = constants.AD_LABEL_HEIGHT;
const halfPageAdHeight = 600;
const halfPageAdHeight = adSizes.halfPage.height;

const individualLabelCSS = css`
${textSans12};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export const LoggedOutHiddenNoPicks = () => (
/>
</div>
);

LoggedOutHiddenNoPicks.storyName =
'when logged out, with no picks and not expanded';
LoggedOutHiddenNoPicks.decorators = [
Expand Down

0 comments on commit c532e32

Please sign in to comment.