Skip to content

Commit

Permalink
fix(navbar,menulink) : remove unused template
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jul 18, 2024
1 parent 4c2f4d9 commit 0e862b2
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,3 @@
</a>
</p>
</div>

<ng-template
#menuLink
let-picto
let-label
>
<mat-list-item
class="sidenav-item"
(click)="_sidenavService.toggleSideNav()"
>
<i
class="fa {{ picto }} picto"
aria-hidden="true"
></i>
<span class="module-name">{{ label }}</span>
</mat-list-item>
</ng-template>

0 comments on commit 0e862b2

Please sign in to comment.