parent
4fc4573de4
commit
47b58b8994
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
|||
}
|
||||
var initials = title.trim()[0];
|
||||
return {
|
||||
color: Math.abs(this.hashCode()) % 18,
|
||||
color: Math.abs(this.hashCode()) % 15,
|
||||
content: initials
|
||||
};
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue