From 03908e324871eba1d32517c59d4db3d940b6ef59 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 1 Oct 2025 00:45:24 +0000 Subject: [PATCH] Adjust icons and link destinations in user menu cgen-70a62fbeceeb44a08852513a9798f5be --- client/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index ca50970d..8176f669 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -11,7 +11,7 @@ import { DropdownMenuTrigger, } from "@/components/ui/dropdown-menu"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; -import { User, Settings, LogOut, Bell, Sparkles } from "lucide-react"; +import { User, Settings, LogOut, Bell, Sparkles, UserCircle } from "lucide-react"; interface LayoutProps { children: React.ReactNode; @@ -166,7 +166,7 @@ export default function Layout({ children }: LayoutProps) { - + My Profile @@ -177,7 +177,7 @@ export default function Layout({ children }: LayoutProps) { - + Settings