1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

chore: corrected apple Image size

This commit is contained in:
Christy Jacob 2019-10-06 02:17:28 +05:30
parent 0422fe75a7
commit da9504a14c
2 changed files with 6 additions and 1 deletions

View file

@ -57,7 +57,7 @@ return [
'enabled' => true, 'enabled' => true,
], ],
'apple' => [ 'apple' => [
'developers' => 'https://www.dropbox.com/developers/documentation', 'developers' => 'https://developer.apple.com/',
'icon' => 'icon-apple', 'icon' => 'icon-apple',
'enabled' => false, 'enabled' => false,
], ],
@ -66,4 +66,9 @@ return [
'icon' => 'icon-amazon', 'icon' => 'icon-amazon',
'enabled' => false, 'enabled' => false,
], ],
'amazon' => [
'developers' => 'https://www.dropbox.com/developers/documentation',
'icon' => 'icon-amazon',
'enabled' => false,
],
]; ];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB