diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 0175a44..1a31c0f 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -55,9 +55,9 @@ export default function LayoutContent({ children }: { children: React.ReactNode showFaq={false} showSecurity={false} showPricing={true} - bottomContent={} + bottomContent={auth.user ? : undefined} /> -
+
{children}