From 14ea2044aee1552d8670f0d7957b6b72aa3dc805 Mon Sep 17 00:00:00 2001 From: Chris D'Costa Date: Mon, 30 Mar 2020 11:03:27 +0200 Subject: [PATCH] Add logo and update icon selection (#236) --- packages/frontend/src/components/List/Column.tsx | 3 +++ packages/frontend/src/icons/totem.svg | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 packages/frontend/src/icons/totem.svg 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