Skip to content

Commit

Permalink
Merge pull request #1 from seatrips/patch-1
Browse files Browse the repository at this point in the history
change ark to sbx
  • Loading branch information
lancekrogers committed Jan 8, 2019
2 parents 8b3f401 + ff7b389 commit 587d902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Expand Up @@ -287,7 +287,7 @@ app.directive('wallet', function ($rootScope, $timeout, wallet) {
toScreenshot.scrollTop(scrollPosition);
var link = document.createElement('a');
link.href = canvas.toDataURL("image/jpeg").replace("image/jpeg", "image/octet-stream");
link.download = 'ark-paperwallet.jpg';
link.download = 'sbx-paperwallet.jpg';
link.click();
}
});
Expand Down Expand Up @@ -336,4 +336,4 @@ app.directive('qrcode', function () {
};
});

angular.bootstrap(document, ['app']);
angular.bootstrap(document, ['app']);

0 comments on commit 587d902

Please sign in to comment.