Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina committed Dec 9, 2023
1 parent b33b48f commit 26cc51c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1>
<mat-menu #menuProfile="matMenu">
<div class="d-flex flex-column m-1 p-1">
<!-- LOGIN -->
<a *ngxPermissionsExcept="['ADMIN', 'EMPLOYEE', 'CLIENT']" mat-button routerLink="auth/login"><mat-icon>how_to_reg</mat-icon>Login</a>
<a mat-button *ngxPermissionsExcept="['ADMIN', 'EMPLOYEE', 'CLIENT']" routerLink="auth/login"><mat-icon>how_to_reg</mat-icon>Login</a>
<!-- /LOGIN -->

<!-- REGISTER -->
Expand Down

0 comments on commit 26cc51c

Please sign in to comment.