Skip to content

Commit

Permalink
add new implementation names (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Apr 15, 2020
1 parent d15409b commit 5a6f89c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/List/Column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ import unknownImplementationIcon from '../../icons/question-solid.svg';

const ICONS = {
'parity-polkadot': parityPolkadotIcon,
'Parity Polkadot': parityPolkadotIcon,
'polkadot-js': polkadotJsIcon,
'airalab-robonomics': airalabRobonomicsIcon,
'substrate-node': paritySubstrateIcon,
'Substrate Node': paritySubstrateIcon,
'edgeware-node': edgewareIcon,
'Edgeware Node': edgewareIcon,
'joystream-node': joystreamIcon,
Expand Down

0 comments on commit 5a6f89c

Please sign in to comment.