Skip to content
Snippets Groups Projects
Commit 818f37d8 authored by François Agneray's avatar François Agneray
Browse files

Fixed bug sm navbar links

parent 4084a144
No related branches found
No related tags found
1 merge request!29Develop
......@@ -64,7 +64,7 @@
</li>
<li *ngIf="isAuthenticated" class="divider dropdown-divider"></li>
<li *ngFor="let link of links" role="menuitem">
<a class="dropdown-item" routerLink="link.routerLink">
<a class="dropdown-item" [routerLink]="link.routerLink">
<span [ngClass]="link.icon" class="fa-fw"></span> {{ link.label }}
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment