diff --git a/frontend/src/components/List/Column/ImplementationColumn.tsx b/frontend/src/components/List/Column/ImplementationColumn.tsx index 702d7c7c..3590f65d 100644 --- a/frontend/src/components/List/Column/ImplementationColumn.tsx +++ b/frontend/src/components/List/Column/ImplementationColumn.tsx @@ -33,6 +33,7 @@ import crabIcon from '../../../icons/crab.svg'; import darwiniaIcon from '../../../icons/darwinia.svg'; import turingIcon from '../../../icons/turingnetwork.svg'; import dothereumIcon from '../../../icons/dothereum.svg'; +import kagomeIcon from '../../../icons/kagome.svg'; import katalchainIcon from '../../../icons/katalchain.svg'; import bifrostIcon from '../../../icons/bifrost.svg'; import totemIcon from '../../../icons/totem.svg'; @@ -57,6 +58,7 @@ const ICONS = { Darwinia: darwiniaIcon, 'turing-node': turingIcon, dothereum: dothereumIcon, + 'Kagome Node': kagomeIcon, katalchain: katalchainIcon, 'bifrost-node': bifrostIcon, 'totem-meccano-node': totemIcon, diff --git a/frontend/src/icons/kagome.svg b/frontend/src/icons/kagome.svg new file mode 100644 index 00000000..e89bf393 --- /dev/null +++ b/frontend/src/icons/kagome.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file