Fixed a SSL image error.

This commit is contained in:
Sean Li 2015-02-06 10:54:33 -08:00
parent 42ac58f939
commit e3fa3b75fc
1 changed files with 2 additions and 2 deletions

View File

@ -127,9 +127,9 @@ var NewContainer = React.createClass({
};
var imgsrc;
if (r.img) {
imgsrc = `https://kitematic.com/recommended/${r.img}`;
imgsrc = `http://kitematic.com/recommended/${r.img}`;
} else {
imgsrc = 'https://kitematic.com/recommended/kitematic_html.png';
imgsrc = 'http://kitematic.com/recommended/kitematic_html.png';
}
var action;
if (_.find(self.state.creating, r.name)) {