Skip to content

Commit

Permalink
feat(icons): new icons for sell p1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Jul 23, 2020
1 parent 3b3ebf3 commit 2c62f0f
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 267 deletions.
10 changes: 8 additions & 2 deletions config/mocks/wallet-options-v4.json
Expand Up @@ -13,7 +13,10 @@
},
"coins": {
"EUR": {
"availability": {},
"availability": {
"send": false,
"request": false
},
"coinCode": "EUR",
"coinTicker": "EUR",
"colorCode": "fiat",
Expand All @@ -29,7 +32,10 @@
"txListAppRoute": "/eur/transactions"
},
"GBP": {
"availability": {},
"availability": {
"send": false,
"request": false
},
"coinCode": "GBP",
"coinTicker": "GBP",
"colorCode": "fiat",
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 2c62f0f

Please sign in to comment.