diff --git a/packages/frontend/src/components/List/Column.tsx b/packages/frontend/src/components/List/Column.tsx index 618dc4f..6707bed 100644 --- a/packages/frontend/src/components/List/Column.tsx +++ b/packages/frontend/src/components/List/Column.tsx @@ -53,6 +53,7 @@ import turingIcon from '../../icons/turingnetwork.svg'; 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 unknownImplementationIcon from '../../icons/question-solid.svg'; const ICONS = { @@ -72,6 +73,8 @@ const ICONS = { 'dothereum': dothereumIcon, 'katalchain': katalchainIcon, 'bifrost-node': bifrostIcon, + 'Totem Meccano CanaryNet': totemIcon, + 'Totem': totemIcon, }; export namespace Column { diff --git a/packages/frontend/src/icons/totem.svg b/packages/frontend/src/icons/totem.svg new file mode 100644 index 0000000..15eebbe --- /dev/null +++ b/packages/frontend/src/icons/totem.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file