fix logos in breach report page (#296)

This commit is contained in:
Alexandre Lapeyre 2018-11-28 15:51:43 +01:00 committed by Kyle Spearrin
parent 90a0155be1
commit e814494e37
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<li *ngFor="let a of breachedAccounts" class="list-group-item min-height-fix">
<div class="row">
<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 class="col-7">
<h3 class="text-lg">{{a.title}}</h3>