From 1f1ee7161c8051a15da6f62ea36868f109d66e1f Mon Sep 17 00:00:00 2001 From: Denis Shatskiy Date: Fri, 8 Aug 2025 12:43:08 +0700 Subject: [PATCH] feat: Remove right section of the navbar in MainLayout to enhance conciseness and streamline the user interface --- frontend/src/App.jsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index d494f8f..99accbb 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -209,16 +209,7 @@ function MainLayout() { - {/* Правая часть навбара (минимальная) */} -
-
- -
-
Admin User
-
Administrator
-
-
-
+ {/* Правая часть навбара убрана по требованиям лаконичности */}