mirror of
https://github.com/bitwarden/desktop
synced 2026-01-09 12:03:14 +00:00
made nav into a toolbar
This commit is contained in:
5
src/app/layout/nav.component.html
Normal file
5
src/app/layout/nav.component.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<ng-container *ngFor="let item of items">
|
||||
<a [routerLink]="item.link" class="btn primary" routerLinkActive="active" [title]="item.label">
|
||||
<i class="fa" [ngClass]="item.icon"></i>{{ item.label }}
|
||||
</a>
|
||||
</ng-container>
|
||||
Reference in New Issue
Block a user