Skip to content

Commit

Permalink
Fix name for BTM
Browse files Browse the repository at this point in the history
Fixes #283
  • Loading branch information
sindresorhus committed Mar 19, 2019
1 parent 90a2b3b commit 2e88e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
{
"symbol": "BTM",
"name": "Bitmark"
"name": "Bytom"
},
{
"symbol": "BTS",
Expand Down
3 changes: 2 additions & 1 deletion scripts/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const overrides = new Map([
['BEAM', 'Beam'],
['BTT', 'BitTorrent'],
['GRIN', 'Grin'],
['ILK', 'Inlock Token']
['ILK', 'Inlock Token'],
['BTM', 'Bytom']
]);

const icons = manifest.map(icon => {
Expand Down

0 comments on commit 2e88e4d

Please sign in to comment.