diff --git a/packages/web/components/elements/MaintenanceBanner.tsx b/packages/web/components/elements/MaintenanceBanner.tsx index 56ca8ab3f..fd24c743a 100644 --- a/packages/web/components/elements/MaintenanceBanner.tsx +++ b/packages/web/components/elements/MaintenanceBanner.tsx @@ -10,7 +10,7 @@ export const MaintenanceBanner = () => { ] = usePersistedState({ key: 'show-maintenance-mode', isSessionStorage: false, - initialValue: true, + initialValue: false, }) return ( <> diff --git a/packages/web/components/templates/AuthLayout.tsx b/packages/web/components/templates/AuthLayout.tsx index f12553320..5b945b903 100644 --- a/packages/web/components/templates/AuthLayout.tsx +++ b/packages/web/components/templates/AuthLayout.tsx @@ -12,7 +12,6 @@ type ProfileLayoutProps = { export function AuthLayout(props: ProfileLayoutProps): JSX.Element { return ( <> - - } largerLayoutNode={} diff --git a/packages/web/components/templates/NavigationLayout.tsx b/packages/web/components/templates/NavigationLayout.tsx index 90e105f64..9e640434e 100644 --- a/packages/web/components/templates/NavigationLayout.tsx +++ b/packages/web/components/templates/NavigationLayout.tsx @@ -118,7 +118,6 @@ export function NavigationLayout(props: NavigationLayoutProps): JSX.Element { alignment="start" > -
{