add nodle icon (#252)

This commit is contained in:
Eliott Teissonniere
2020-04-15 02:16:23 -07:00
committed by GitHub
parent 5a6f89c8ad
commit eeb0be3c7c
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -59,6 +59,7 @@ import dothereumIcon from '../../icons/dothereum.svg';
import katalchainIcon from '../../icons/katalchain.svg';
import bifrostIcon from '../../icons/bifrost.svg';
import totemIcon from '../../icons/totem.svg';
import nodleIcon from '../../icons/nodle.svg';
import unknownImplementationIcon from '../../icons/question-solid.svg';
@@ -83,6 +84,7 @@ const ICONS = {
'bifrost-node': bifrostIcon,
'totem-meccano-node': totemIcon,
Totem: totemIcon,
'Nodle Chain Node': nodleIcon,
};
export namespace Column {