diff --git a/src/app/(marketing)/layout.tsx b/src/app/(marketing)/layout.tsx index 52d131fc4..72db23984 100644 --- a/src/app/(marketing)/layout.tsx +++ b/src/app/(marketing)/layout.tsx @@ -2,9 +2,9 @@ import React from 'react'; const MarketingLayout = ({ children }: { children: React.ReactNode }) => { return ( -
-
{children}
-
+
+ {children} +
); }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ff51ee2b..1148c2bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default async function Home() { if (session?.user) { return ( -
+