mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
add support for gravatars
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<tbody>
|
||||
<tr *ngFor="let o of organizations">
|
||||
<td width="30">
|
||||
<app-avatar [data]="o.name" width="25" height="25" [circle]="true" [fontSize]="14"></app-avatar>
|
||||
<app-avatar [data]="o.name" size="25" [circle]="true" [fontSize]="14"></app-avatar>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" [routerLink]="['/organizations', o.id]">{{o.name}}</a>
|
||||
|
||||
Reference in New Issue
Block a user