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