mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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