diff --git a/frontend/src/components/Header/index.tsx b/frontend/src/components/Header/index.tsx index 9d550b7..03d8e5a 100644 --- a/frontend/src/components/Header/index.tsx +++ b/frontend/src/components/Header/index.tsx @@ -6,22 +6,14 @@ import { Suspense } from 'react'; import AlarmPopover from './AlarmPopover'; import ProfilePopover from './ProfilePopover'; -export interface HeaderProps extends React.HTMLAttributes {} - -export default function Header({ className, ...props }: HeaderProps) { +export default function Header() { const location = useLocation(); const isHomePage = location.pathname === '/'; const profile = useAuthStore((state) => state.profile); return ( -
+
-
+
diff --git a/frontend/src/components/PageLayout/index.tsx b/frontend/src/components/PageLayout/index.tsx index 11e4be9..913019a 100644 --- a/frontend/src/components/PageLayout/index.tsx +++ b/frontend/src/components/PageLayout/index.tsx @@ -6,7 +6,7 @@ import { Suspense } from 'react'; export default function PageLayout() { return ( <> -
+
}> diff --git a/frontend/src/components/WorkspaceBrowseLayout/index.tsx b/frontend/src/components/WorkspaceBrowseLayout/index.tsx index fb800fa..aaff1ea 100644 --- a/frontend/src/components/WorkspaceBrowseLayout/index.tsx +++ b/frontend/src/components/WorkspaceBrowseLayout/index.tsx @@ -92,7 +92,7 @@ export default function WorkspaceBrowseLayout() { return ( <> -
+
diff --git a/frontend/src/components/WorkspaceLayout/index.tsx b/frontend/src/components/WorkspaceLayout/index.tsx index 13d6927..e9fa5d0 100644 --- a/frontend/src/components/WorkspaceLayout/index.tsx +++ b/frontend/src/components/WorkspaceLayout/index.tsx @@ -46,7 +46,7 @@ export default function WorkspaceLayout() { return ( <> -
+