fix: wire menu to redux and add change meanu breakpoint for guide
This commit is contained in:
committed by
Stuart Taylor
parent
210454444d
commit
b5b3482d0e
@ -41,7 +41,7 @@ export const wrapPageElement = ({ element, props }) => {
|
||||
}
|
||||
if (/^\/guide(\/.*)*/.test(pathname)) {
|
||||
return (
|
||||
<DefaultLayout showMobileSidenav={true}>
|
||||
<DefaultLayout onGuide={true}>
|
||||
<GuideLayout>{element}</GuideLayout>
|
||||
</DefaultLayout>
|
||||
);
|
||||
|
Reference in New Issue
Block a user