diff --git a/apps/web/app/(main)/layout.tsx b/apps/web/app/(main)/layout.tsx index b3c37f7..9369ed8 100644 --- a/apps/web/app/(main)/layout.tsx +++ b/apps/web/app/(main)/layout.tsx @@ -4,7 +4,7 @@ import { type PropsWithChildren } from 'react'; export default async function Layout({ children }: Readonly) { return ( <> -
{children}
+
{children}
); diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 6c91944..0fda848 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -16,7 +16,7 @@ export default async function RootLayout({ children }: Readonly - + diff --git a/apps/web/components/navigation/navbar/index.tsx b/apps/web/components/navigation/navbar/index.tsx index 380c1af..ba9aea3 100644 --- a/apps/web/components/navigation/navbar/index.tsx +++ b/apps/web/components/navigation/navbar/index.tsx @@ -10,7 +10,7 @@ export function BottomNav() { if (!isFirstLevel) return null; return ( -