Fixes #275 default group image

This commit is contained in:
lilia 2015-06-26 11:23:37 -07:00
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

View File

@ -254,7 +254,7 @@
content: initials
};
} else {
return { url: '/images/default.png' };
return { url: '/images/group_default.png', color: 'gray' };
}
},