Skip to content

Commit 7d9db3d

Browse files
Slim nav for all interactive articles
1 parent 0844d28 commit 7d9db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const NavHeader = ({ article, NAV, format, renderAds }: HeaderProps) => {
178178
idApiUrl={article.config.idApiUrl}
179179
contributionsServiceUrl={article.contributionsServiceUrl}
180180
showSubNav={format.theme !== ArticleSpecial.Labs}
181-
showSlimNav={false}
181+
showSlimNav={true}
182182
hasPageSkin={false}
183183
hasPageSkinContentSelfConstrain={false}
184184
pageId={article.pageId}

0 commit comments

Comments
 (0)