1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +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,
],
'apple' => [
'developers' => 'https://www.dropbox.com/developers/documentation',
'developers' => 'https://developer.apple.com/',
'icon' => 'icon-apple',
'enabled' => false,
],
@ -66,4 +66,9 @@ return [
'icon' => 'icon-amazon',
'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