Fixes #275 default group image
This commit is contained in:
parent
9441fa98fd
commit
29360fea5c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 504 B |
|
@ -254,7 +254,7 @@
|
||||||
content: initials
|
content: initials
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return { url: '/images/default.png' };
|
return { url: '/images/group_default.png', color: 'gray' };
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue