diff --git a/app/root.tsx b/app/root.tsx index b73e0a6..910b4d7 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -254,9 +254,8 @@ function Layout({ children }: React.PropsWithChildren<{}>) { padding="md" navbarOffsetBreakpoint="sm" asideOffsetBreakpoint="sm" - fixed={false} navbar={ - user ? ( + user && ( ) { )} - ) : undefined + ) } header={