changed sequnce of project nave

This commit is contained in:
pramod.mahajan 2025-12-04 13:44:23 +05:30
parent 0dbfc1f87a
commit f9d66d73b0

View File

@ -27,6 +27,7 @@ const ProjectNav = ({ onPillClick, activePill }) => {
const ProjectTab = [
{ key: "profile", icon: "bx bx-user", label: "Profile" },
{ key: "organization", icon: "bx bx-buildings", label: "Organization" },
{ key: "teams", icon: "bx bx-group", label: "Teams" },
{
key: "infra",
@ -41,7 +42,7 @@ const ProjectNav = ({ onPillClick, activePill }) => {
hidden: !(DirAdmin || DireManager || DirUser),
},
{ key: "documents", icon: "bx bx-folder-open", label: "Documents", hidden: !(isViewDocuments || isModifyDocument || isUploadDocument) },
{ key: "organization", icon: "bx bx-buildings", label: "Organization" },
{ key: "setting", icon: "bx bxs-cog", label: "Setting", hidden: !isManageTeam },
];
return (