Skip to content

Commit

Permalink
Fix wrong icon (#12)
Browse files Browse the repository at this point in the history
* fix icon

* version

Co-authored-by: lucus <[email protected]>
  • Loading branch information
lucusfly and lucus authored Feb 5, 2020
1 parent 78b668c commit d4703d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"manifest_version": 2,
"version": "0.2.3",
"version": "0.2.5",
"description": "Wallet Extension for IOST",
"browser_action": {
"default_popup": "index.html",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TokenBalance/index2.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Props = {

let tokenList = [
{symbol: 'iost', asset: '1234.56788765'},
{symbol: 'emogi', asset: '1234.56788765'},
{symbol: 'lol', asset: '1234.56788765'},
{symbol: 'abct', asset: '1234.56788765'},
{symbol: 'iet', asset: '1234.56788765'},
{symbol: 'usdt', asset: '1234.56788765'},
Expand Down
2 changes: 0 additions & 2 deletions src/constants/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ const iconSrc = {
lol: '/static/images/icon-token-lol.png',
abct: '/static/images/icon-token-abct.svg',
bait: '/static/images/icon-token-bait.png',
emogi: '/static/images/icon-token-emogi.png',
idt: '/static/images/icon-token-idt.png',
ifry: '/static/images/icon-token-ifry.png',
// iost: '/static/images/logo3.png',
iplay: '/static/images/icon-token-iplay.svg',
itopia: '/static/images/icon-token-itopia.svg',
itrx: '/static/images/icon-token-itrx.svg',
Expand Down

0 comments on commit d4703d3

Please sign in to comment.