mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 16:51:02 +00:00
frontend: add gossamer icon to implementation lists (#569)
* frontend: add gossamer icon to implementation lists * chore(frontend): run prettier
This commit is contained in:
@@ -40,6 +40,7 @@ import totemIcon from '../../../icons/totem.svg';
|
||||
import nodleIcon from '../../../icons/nodle.svg';
|
||||
import zeroIcon from '../../../icons/zero.svg';
|
||||
import crustIcon from '../../../icons/crust.svg';
|
||||
import gossamerIcon from '../../../icons/gossamer.svg';
|
||||
|
||||
const ICONS = {
|
||||
'parity-polkadot': parityPolkadotIcon,
|
||||
@@ -66,6 +67,7 @@ const ICONS = {
|
||||
'Nodle Chain Node': nodleIcon,
|
||||
subzero: zeroIcon,
|
||||
Crust: crustIcon,
|
||||
Gossamer: gossamerIcon,
|
||||
};
|
||||
const SEMVER_PATTERN = /^\d+\.\d+\.\d+/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user