From f510d09236c3cbf96b3876f3354dc79809f7de8b Mon Sep 17 00:00:00 2001 From: yrippert-maker Date: Tue, 17 Feb 2026 11:01:55 +0300 Subject: [PATCH 1/2] Update api-client.ts From 2f318b0a2558313ca9eb1e7a0aff7aea90727795 Mon Sep 17 00:00:00 2001 From: yrippert-maker Date: Tue, 17 Feb 2026 11:21:51 +0300 Subject: [PATCH 2/2] Update Sidebar.tsx --- components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index de29db5..cf0cf3d 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -46,7 +46,7 @@ const menuItems: MenuItem[] = [ { name: 'Справка', path: '/help', iconKey: 'help' }, { name: 'Настройки', path: '/settings', iconKey: 'settings' }, { name: 'ФГИС РЭВС', path: '/fgis-revs', iconKey: 'fgis-revs', roles: ['admin'] }, - { name: 'Панель ФАВТ', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] }, + { name: 'Регулятор (Минтранс, ФАВТ, Ространснадзор)', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] }, ]; export default function Sidebar() {