Skip to content

Commit 462b055

Browse files
authored
Merge pull request #14585 from guardian/use-slim-header-in-galleries
Use slim header in galleries
2 parents dd11eee + ac67293 commit 462b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/GalleryLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
209209
contributionsServiceUrl={
210210
frontendData.contributionsServiceUrl
211211
}
212-
showSubNav={!isLabs}
212+
showSubNav={false}
213213
showSlimNav={true}
214214
hasPageSkin={false}
215215
hasPageSkinContentSelfConstrain={false}

0 commit comments

Comments
 (0)