|
@@ -328,9 +328,7 @@ const Page: NextPageWithLayout<Props> = (props: Props) => {
|
|
|
<title>{title}</title>
|
|
<title>{title}</title>
|
|
|
</Head>
|
|
</Head>
|
|
|
<div className="dynamic-layout-root justify-content-between">
|
|
<div className="dynamic-layout-root justify-content-between">
|
|
|
- <nav className="sticky-top">
|
|
|
|
|
- <GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
|
|
|
|
|
- </nav>
|
|
|
|
|
|
|
+ <GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
|
|
|
|
|
|
|
|
<DisplaySwitcher
|
|
<DisplaySwitcher
|
|
|
pageView={(
|
|
pageView={(
|