diff --git a/src/components/Layout/Preview/index.tsx b/src/components/Layout/Preview/index.tsx index 51cbfae..24c34cd 100644 --- a/src/components/Layout/Preview/index.tsx +++ b/src/components/Layout/Preview/index.tsx @@ -21,6 +21,7 @@ import { createDownloadToken } from "utils/tokenHelper"; import { IGDriveFiles } from "types/api/files"; import { Constant } from "types/constant"; +import Header from "../Header"; import PasswordLayout from "../Password"; const Loading = () => ( @@ -181,21 +182,7 @@ export default function PreviewLayout(props: PreviewLayoutProps) { return (
{/* Top */} -
-

{gIndexConfig.siteConfig.siteName}

- - {!showPasswordLayout && ( -
- {/* Disable until figure out how to search from root */} - {/* - - */} -
- )} -
+