From ff7b389493d59cc9c656d81990ad73fe0262730a Mon Sep 17 00:00:00 2001 From: seatrips Date: Mon, 17 Dec 2018 02:26:23 +0100 Subject: [PATCH] change ark to sbx --- lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 696a65b..66c1e4c 100755 --- a/lib/index.js +++ b/lib/index.js @@ -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(); } }); @@ -336,4 +336,4 @@ app.directive('qrcode', function () { }; }); -angular.bootstrap(document, ['app']); \ No newline at end of file +angular.bootstrap(document, ['app']);