mirror of
https://github.com/bitwarden/web
synced 2025-12-29 14:43:16 +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