WIP of new CSS
This commit is contained in:
parent
82affac438
commit
7f65ba506b
39 changed files with 156 additions and 98 deletions
|
@ -34,7 +34,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
getFallbackAvatar: function() {
|
||||
var images = [ '80cef4', '50e2c2', 'f4c371' ];
|
||||
var images = [ '76cfa6', '50e2c2', 'f4c371' ];
|
||||
var total = 0;
|
||||
for (var i = 0; i < this.props.room.roomId.length; ++i) {
|
||||
total += this.props.room.roomId.charCodeAt(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue