diff --git a/dist.zip b/dist.zip index 59eb76b54..9e9837b22 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/app.js b/js/app.js index 1daefe25e..7ec929def 100644 --- a/js/app.js +++ b/js/app.js @@ -36,7 +36,7 @@ var App = React.createClass({ if (window.confirm(message)) { lbry.stop(); - window.location = 'https://www.lbry.io/get'; + window.location = 'https://lbry.io/get'; }; }); });