Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5759d6c0dc
|
|
@ -119,7 +119,7 @@ export class HistoryComponent implements OnInit, OnChanges {
|
||||||
public getAvatarUrl(entry: string): string {
|
public getAvatarUrl(entry: string): string {
|
||||||
let uuid = entry.replace('-', '');
|
let uuid = entry.replace('-', '');
|
||||||
if (uuid === 'C') {
|
if (uuid === 'C') {
|
||||||
return '/public/img/random/console.png';
|
uuid = "f78a4d8dd51b4b3998a3230f2de0c670"
|
||||||
}
|
}
|
||||||
return `https://crafatar.com/avatars/${uuid}?size=25&overlay`;
|
return `https://crafatar.com/avatars/${uuid}?size=25&overlay`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user