From 1dc3a5caec315419ba1a7ea1032845a1a7cbefcb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 06:52:36 +0000 Subject: [PATCH] Wire notification bell in layout cgen-b9b20cbf1fce42e8a6e22e4c6376eb97 --- client/components/Layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 3188a1fe..7f1d5b49 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -3,6 +3,7 @@ import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; import SupabaseStatus from "./SupabaseStatus"; import { useAuth } from "@/contexts/AuthContext"; +import NotificationBell from "@/components/notifications/NotificationBell"; import { DropdownMenu, DropdownMenuContent, @@ -24,7 +25,6 @@ import { User, Settings, LogOut, - Bell, Sparkles, UserCircle, Menu, @@ -252,9 +252,7 @@ export default function CodeLayout({ children }: LayoutProps) { Complete Setup )} - + {!profile && (