Skip to content

Commit b530479

Browse files
committed
remove not slim nav logic from showWholePictureLogo
1 parent d45127a commit b530479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotcom-rendering/src/components/Titlepiece.importable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ export const Titlepiece = ({
341341
}: Props) => {
342342
const { showBanner } = useEditionSwitcherBanner(pageId, editionId);
343343

344-
const showWholePictureLogo =
345-
!!wholePictureLogoSwitch && !showSlimNav && editionId === 'US';
344+
const showWholePictureLogo = !!wholePictureLogoSwitch && editionId === 'US';
346345

347346
return (
348347
<Grid

0 commit comments

Comments
 (0)