diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index 05ff627..cbcd0f5 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -38,10 +38,10 @@ export default function PageLayout({ children: React.ReactNode; }) { return ( -
+
{children}
+ ); } diff --git a/app/layout.tsx b/app/layout.tsx index b2a35a9..d723b8e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,7 +30,7 @@ export default function RootLayout({ disableTransitionOnChange > -
{children}
+ {children}