Skip to content

Commit

Permalink
appsRegistry: Add icons for pay-me aepps
Browse files Browse the repository at this point in the history
  • Loading branch information
etharner committed Sep 19, 2019
1 parent abef0fb commit a80086e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added src/assets/icons/aepps/pay-me-customer-aepp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/aepps/pay-me-merchant-aepp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/lib/appsRegistry.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import blockchainExplorerIcon from '../assets/icons/aepps/blockchain-explorer.svg';
import tokenMigrationIcon from '../assets/icons/aepps/token-migration.jpg';
import graffitiAeppIcon from '../assets/icons/aepps/graffiti-aepp.svg';
import payMeCustomerAeppIcon from '../assets/icons/aepps/pay-me-customer-aepp.png';
import payMeMerchantAeppIcon from '../assets/icons/aepps/pay-me-merchant-aepp.png';

export { default as DEFAULT_ICON } from '../assets/icons/aepps/default.svg';

Expand All @@ -13,11 +15,11 @@ export const aeternityApps = [{
}, ...showPaymentApp ? [{
name: 'Pæy.me Customer',
path: 'customer.aehub.coinfabrik.com',
icon: blockchainExplorerIcon,
icon: payMeCustomerAeppIcon,
}, {
name: 'Pæy.me Merchant',
path: 'merchant.aehub.coinfabrik.com',
icon: blockchainExplorerIcon,
icon: payMeMerchantAeppIcon,
}] : [], {
name: 'æternity Voting',
path: 'aeternity.com/aepp-hybrid-voting',
Expand Down

0 comments on commit a80086e

Please sign in to comment.