diff --git a/src/components/layout/PageLayout.tsx b/src/components/layout/PageLayout.tsx index 03f75d9..d92b31d 100644 --- a/src/components/layout/PageLayout.tsx +++ b/src/components/layout/PageLayout.tsx @@ -26,8 +26,10 @@ const NAV_LINKS = [ export default function PageLayout({ children, + noPadding = false, }: { children: React.ReactNode; + noPadding?: boolean; }) { const location = useLocation(); const user = useAuthStore((s) => s.user); @@ -186,7 +188,7 @@ export default function PageLayout({ -
+
{children}