1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

fixes for pathed URL

This commit is contained in:
Kyle Spearrin
2018-07-18 12:19:16 -04:00
parent 197d1c673c
commit f546d682bd
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
</div>
<div class="list-group list-group-flush">
<a href="#" appStopClick *ngFor="let p of providers" (click)="choose(p)" class="list-group-item list-group-item-action">
<img [src]="'../images/two-factor/' + p.type + '.png'" alt="" class="pull-right">
<img [src]="'images/two-factor/' + p.type + '.png'" alt="" class="pull-right">
<h3>{{p.name}}</h3>
{{p.description}}
</a>