mirror of
https://github.com/bitwarden/desktop
synced 2026-01-02 08:33:23 +00:00
6 lines
224 B
HTML
6 lines
224 B
HTML
<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>
|