frontend: add gossamer icon to implementation lists (#569)

* frontend: add gossamer icon to implementation lists

* chore(frontend): run prettier
This commit is contained in:
Afri
2024-01-15 17:26:10 +01:00
committed by GitHub
parent bc0a88f458
commit 5f2d985bb3
2 changed files with 26 additions and 0 deletions
@@ -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+/;