Fix name for BTM

Fixes #283
This commit is contained in:
Sindre Sorhus 2019-03-19 20:58:22 +07:00
parent 90a2b3b7d0
commit 2e88e4de24
2 changed files with 3 additions and 2 deletions

View File

@ -257,7 +257,7 @@
},
{
"symbol": "BTM",
"name": "Bitmark"
"name": "Bytom"
},
{
"symbol": "BTS",

View File

@ -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 => {