Skip to content

Commit

Permalink
Optimize the code by removing unnecessary attribute values from the `…
Browse files Browse the repository at this point in the history
…asideUserTpl`.
  • Loading branch information
kerwin612 committed Jun 20, 2024
1 parent f49e205 commit 2d9e2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/layout/basic/basic.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { CONSTANTS } from '../../shared/constants';
<header-user></header-user>
</layout-default-header-item>
<ng-template #asideUserTpl>
<div nz-dropdown nzTrigger="click" class="alain-default__aside-user">
<div class="alain-default__aside-user" style="cursor: default;">
<nz-avatar class="alain-default__aside-user-avatar" [nzSrc]="avatar"></nz-avatar>
<div class="alain-default__aside-user-info">
<strong>{{ user.name }}</strong>
Expand Down

0 comments on commit 2d9e2b3

Please sign in to comment.