Skip to content

Commit ac67293

Browse files
committed
Use slim header in galleries
1 parent dd384d5 commit ac67293

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)