Skip to content

Commit

Permalink
Update demo-shell/src/app/components/app-layout/app-layout.component.…
Browse files Browse the repository at this point in the history
…html

Co-authored-by: Mykyta Maliarchuk <[email protected]>
  • Loading branch information
DenysVuika and nikita-web-ua authored Oct 27, 2023
1 parent 034e4e7 commit 4ad4ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ng-container *ngIf="link.children">
<mat-list-item (click)="trigger.openMenu()" [attr.data-automation-id]="link.title | translate" class="app-sidenav-link">
<mat-icon matListIcon>{{link.icon}}</mat-icon>
<span matLine>{{link.title | translate }}</span>
<span matLine>{{ link.title | translate }}</span>
<mat-icon class="app-sidenav-link__expand-button" [matMenuTriggerData]="{links: link.children}"
rippleTrigger mat-icon-button #trigger="matMenuTrigger"
[matMenuTriggerFor]="nestedMenu">arrow_right</mat-icon>
Expand Down

0 comments on commit 4ad4ecd

Please sign in to comment.