Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe-EDev <60552923+The-EDev@users.noreply.github.com>2020-02-02 23:09:50 +0300
committerGitHub <noreply@github.com>2020-02-02 23:09:50 +0300
commit891d406823724606cab1cdf706d51e5d8fb24329 (patch)
treed2cd087c2ccc8373b88aacf1de0c1659874dcb8c
parent6cd8dd356e537023fd928424cb4d80b1671afedf (diff)
changed tab icon from *i*nfo to key (category-auth)
-rw-r--r--js/checksum.tabview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/checksum.tabview.js b/js/checksum.tabview.js
index dfe4012..64e280b 100644
--- a/js/checksum.tabview.js
+++ b/js/checksum.tabview.js
@@ -19,7 +19,7 @@
*/
getIcon: function() {
- return 'icon-info';
+ return 'icon-category-auth';
},