fix(ui): top nav menu behavior on guide

This commit is contained in:
Valeriy
2019-03-09 01:13:20 +03:00
committed by mrugesh mohapatra
parent 6bbe152f34
commit 4994cd828e
7 changed files with 99 additions and 202 deletions

View File

@ -41,7 +41,7 @@ export const wrapPageElement = ({ element, props }) => {
}
if (/^\/guide(\/.*)*/.test(pathname)) {
return (
<DefaultLayout onGuide={true}>
<DefaultLayout disableMenuButtonBehavior={true} mediaBreakpoint='991px'>
<GuideLayout>{element}</GuideLayout>
</DefaultLayout>
);