|
@@ -21,11 +21,12 @@ import {
|
|
|
useCurrentSidebarContents, useCurrentProductNavWidth,
|
|
useCurrentSidebarContents, useCurrentProductNavWidth,
|
|
|
} from '~/stores/ui';
|
|
} from '~/stores/ui';
|
|
|
|
|
|
|
|
-
|
|
|
|
|
import {
|
|
import {
|
|
|
CommonProps, getNextI18NextConfig, getServerSideCommonProps, useCustomTitle,
|
|
CommonProps, getNextI18NextConfig, getServerSideCommonProps, useCustomTitle,
|
|
|
} from './utils/commons';
|
|
} from './utils/commons';
|
|
|
|
|
|
|
|
|
|
+import styles from './_private-legacy-pages.page.module.scss';
|
|
|
|
|
+
|
|
|
type Props = CommonProps & {
|
|
type Props = CommonProps & {
|
|
|
currentUser: IUser,
|
|
currentUser: IUser,
|
|
|
|
|
|
|
@@ -77,7 +78,7 @@ const PrivateLegacyPage: NextPage<Props> = (props: Props) => {
|
|
|
{renderScriptTagByName('highlight-addons')}
|
|
{renderScriptTagByName('highlight-addons')}
|
|
|
*/}
|
|
*/}
|
|
|
</Head>
|
|
</Head>
|
|
|
- <div className="on-search">
|
|
|
|
|
|
|
+ <div className={`${styles['on-search']}`}>
|
|
|
<BasicLayout title={useCustomTitle(props, 'GROWI')}>
|
|
<BasicLayout title={useCustomTitle(props, 'GROWI')}>
|
|
|
|
|
|
|
|
<div id="grw-fav-sticky-trigger" className="sticky-top"></div>
|
|
<div id="grw-fav-sticky-trigger" className="sticky-top"></div>
|