Skip to content

Commit abd5968

Browse files
committed
2 parents 88fd495 + 0d02858 commit abd5968

File tree

11 files changed

+269
-259
lines changed

11 files changed

+269
-259
lines changed

src/app/core/router-manager/horizontal-menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function getNavHorizontalItems(roles: string[]): SidebarItem[] {
4040
},
4141
{
4242
id: 'management',
43-
path: 'management/admin',
43+
path: 'user-management/user-list',
4444
label: 'Admin quản lý',
4545
icon: 'fas fa-user-shield',
4646
needHidden: !roles.includes(auth_lv2[0]),

src/app/features/auth/pages/error-404/error-404.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="error-container">
22
<!-- <div class="error-icon">😕</div> -->
33
<!-- <h1>404</h1> -->
4-
<ng-lottie [options]="lottieOptions" style="width: 500px; height: 500px">
4+
<ng-lottie [options]="lottieOptions" style="width: 700px; height: 400px">
55
</ng-lottie>
66
<h2>Không tìm thấy trang</h2>
77
<p>

src/app/features/auth/pages/error-404/error-404.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
justify-content: center;
66
min-height: 80vh;
77
text-align: center;
8+
margin-top: 3rem;
89
width: 100vw;
910
}
1011

0 commit comments

Comments
 (0)