diff --git a/frontend/src/components/Common/SidebarItems.tsx b/frontend/src/components/Common/SidebarItems.tsx index 4726762..237ef54 100644 --- a/frontend/src/components/Common/SidebarItems.tsx +++ b/frontend/src/components/Common/SidebarItems.tsx @@ -11,6 +11,7 @@ const items = [ { icon: FiBook, title: "Courses", path: "/Courses/courses" }, { icon: FiMessageSquare, title: "Messages", path: "/clientMessages" }, { icon: FiAlignLeft, title: "About Us", path: "/aboutUs" }, + { icon: FiAlignLeft, title: "Organ", path: "/organ" }, { icon: FiSettings, title: "User Settings", path: "/settings" }, { icon: FiSettings, title: "Web Settings", path: "/webSetting" }, ]