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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m57s
This commit is contained in:
+1
-10
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user