mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
use firefox logo as logged in default avatar
This commit is contained in:
@@ -19,7 +19,7 @@ export default class User {
|
||||
get avatar() {
|
||||
const defaultAvatar = assets.get('user.svg');
|
||||
if (this.data.avatarDefault) {
|
||||
return defaultAvatar;
|
||||
return assets.get('firefox_logo-only.svg');
|
||||
}
|
||||
return this.data.avatar || defaultAvatar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user