|
|
@@ -13,7 +13,6 @@ import type { RendererConfig } from '~/interfaces/services/renderer';
|
|
|
import { useCurrentPageId, useSWRxCurrentPage } from '~/stores/page';
|
|
|
|
|
|
import { BasicLayout } from '../components/Layout/BasicLayout';
|
|
|
-import GrowiContextualSubNavigationSubstance from '../components/Navbar/GrowiContextualSubNavigation';
|
|
|
import {
|
|
|
useCurrentUser, useCurrentPathname, useGrowiCloudUri,
|
|
|
useIsSearchServiceConfigured, useIsSearchServiceReachable,
|
|
|
@@ -70,16 +69,10 @@ const TrashPage: NextPageWithLayout<CommonProps> = (props: Props) => {
|
|
|
<title>{title}</title>
|
|
|
</Head>
|
|
|
<div className="dynamic-layout-root">
|
|
|
- <nav className="sticky-top">
|
|
|
- <GrowiContextualSubNavigationSubstance />
|
|
|
- </nav>
|
|
|
-
|
|
|
- <div className="content-main container-lg mb-5 pb-5">
|
|
|
+ <div className="content-main container-lg mt-5 ms-md-5 ms-xl-0">
|
|
|
<PagePathNavSticky pagePath="/trash" />
|
|
|
<TrashPageList />
|
|
|
</div>
|
|
|
-
|
|
|
- <div id="grw-fav-sticky-trigger" className="sticky-top"></div>
|
|
|
</div>
|
|
|
</>
|
|
|
);
|