diff --git a/js/component/common.js b/js/component/common.js index afb110871..9e163476c 100644 --- a/js/component/common.js +++ b/js/component/common.js @@ -98,7 +98,7 @@ export let Address = React.createClass({ }); export let Thumbnail = React.createClass({ - _defaultImageUri: '/img/default-thumb.svg', + _defaultImageUri: lbry.imagePath('default-thumb.svg'), _maxLoadTime: 10000, _isMounted: false, diff --git a/js/component/drawer.js b/js/component/drawer.js index c43239345..0f2237ec0 100644 --- a/js/component/drawer.js +++ b/js/component/drawer.js @@ -38,7 +38,7 @@ var Drawer = React.createClass({