Add algorand icon (#232)

* Add algorand icon

* Optimised images with calibre/image-actions

* update blockchain count
This commit is contained in:
hewig
2019-09-17 17:01:32 +08:00
committed by GitHub
parent 1864ea11d9
commit 3434e5b8a1
11 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
**/.DS_Store
node_modules/
.idea
.idea
.vscode/
*~
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

+1 -1
View File
@@ -29,7 +29,7 @@ function checkRootDir () {
checkBlockhainsFolder()
function checkBlockhainsFolder(){
const currentBlockchains = 60;
const currentBlockchains = 61;
const foundBlockchains = readDirSync(blockchainsFolderPath)