We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45127a commit b530479Copy full SHA for b530479
dotcom-rendering/src/components/Titlepiece.importable.tsx
@@ -341,8 +341,7 @@ export const Titlepiece = ({
341
}: Props) => {
342
const { showBanner } = useEditionSwitcherBanner(pageId, editionId);
343
344
- const showWholePictureLogo =
345
- !!wholePictureLogoSwitch && !showSlimNav && editionId === 'US';
+ const showWholePictureLogo = !!wholePictureLogoSwitch && editionId === 'US';
346
347
return (
348
<Grid
0 commit comments