From a64e335be68470ffac1e11b5b28f35d93f22211f Mon Sep 17 00:00:00 2001 From: yaschalew Date: Mon, 29 Jun 2026 10:09:26 +0300 Subject: [PATCH] fix ui --- apps/edr-freight-web/backoffice/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/backoffice/src/App.tsx b/apps/edr-freight-web/backoffice/src/App.tsx index ab1356a42..72ada9a6e 100644 --- a/apps/edr-freight-web/backoffice/src/App.tsx +++ b/apps/edr-freight-web/backoffice/src/App.tsx @@ -89,7 +89,7 @@ const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [ icon: , }, { - label: "UM", + label: "User Management", href: "/um", icon: , },