feat: Remove right section of the navbar in MainLayout to enhance conciseness and streamline the user interface
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m57s

This commit is contained in:
2025-08-08 12:43:08 +07:00
parent a7549ff164
commit 1f1ee7161c
+1 -10
View File
@@ -209,16 +209,7 @@ function MainLayout() {
</div>
</div>
{/* Правая часть навбара (минимальная) */}
<div className="navbar-nav order-md-last">
<div className="nav-item d-flex align-items-center">
<span className="avatar avatar-sm" style={{backgroundImage: 'url(./static/avatars/000m.jpg)'}}></span>
<div className="d-none d-xl-block ps-2">
<div>Admin User</div>
<div className="mt-1 small text-muted">Administrator</div>
</div>
</div>
</div>
{/* Правая часть навбара убрана по требованиям лаконичности */}
</div>
</header>
<div className="container-xl mt-4">