We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886f7ac commit 8b63980Copy full SHA for 8b63980
dotcom-rendering/src/layouts/InteractiveLayout.tsx
@@ -288,8 +288,8 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
288
discussionApiUrl={article.config.discussionApiUrl}
289
idApiUrl={article.config.idApiUrl}
290
contributionsServiceUrl={contributionsServiceUrl}
291
- showSubNav={format.theme !== ArticleSpecial.Labs}
292
showSlimNav={true}
+ showSubNav={false}
293
hasPageSkin={false}
294
hasPageSkinContentSelfConstrain={false}
295
pageId={article.pageId}
0 commit comments