diff --git a/app/(landing)/layout.tsx b/app/(landing)/layout.tsx index eebb9eb7d..7fd4373fa 100644 --- a/app/(landing)/layout.tsx +++ b/app/(landing)/layout.tsx @@ -12,7 +12,7 @@ interface LandingLayoutProps { export default function LandingLayout({ children }: LandingLayoutProps) { return ( -
+
{children}