mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix logos in breach report page (#296)
This commit is contained in:
parent
90a0155be1
commit
e814494e37
@ -28,7 +28,7 @@
|
|||||||
<li *ngFor="let a of breachedAccounts" class="list-group-item min-height-fix">
|
<li *ngFor="let a of breachedAccounts" class="list-group-item min-height-fix">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-2 text-center">
|
<div class="col-2 text-center">
|
||||||
<img [src]="'https://haveibeenpwned.com/Content/Images/PwnedLogos/' + a.name + '.' + a.logoType" alt="" class="img-fluid">
|
<img [src]="a.logoPath" alt="" class="img-fluid">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-7">
|
<div class="col-7">
|
||||||
<h3 class="text-lg">{{a.title}}</h3>
|
<h3 class="text-lg">{{a.title}}</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user