diff --git a/src/management-system-v2/app/(dashboard)/[environmentId]/layout.tsx b/src/management-system-v2/app/(dashboard)/[environmentId]/layout.tsx index 930b5d7a7..4c1e83fb3 100644 --- a/src/management-system-v2/app/(dashboard)/[environmentId]/layout.tsx +++ b/src/management-system-v2/app/(dashboard)/[environmentId]/layout.tsx @@ -204,14 +204,14 @@ const DashboardLayout = async ( ), icon: ( - + - + ), selectedRegex: '/tasklist($|/|\\?)', openRegex: childRegex, @@ -318,11 +318,7 @@ const DashboardLayout = async ( Configurations ), - icon: ( - - - - ), + icon: , selectedRegex: `/machine-config(?!/${userId}|/${activeEnvironment.spaceId})($|/|\\?)`, }); }