Skip to content

Commit

Permalink
frontend: add gossamer icon to implementation lists (#569)
Browse files Browse the repository at this point in the history
* frontend: add gossamer icon to implementation lists

* chore(frontend): run prettier
  • Loading branch information
q9f authored Jan 15, 2024
1 parent bc0a88f commit 5f2d985
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/List/Column/ImplementationColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -66,6 +67,7 @@ const ICONS = {
'Nodle Chain Node': nodleIcon,
subzero: zeroIcon,
Crust: crustIcon,
Gossamer: gossamerIcon,
};
const SEMVER_PATTERN = /^\d+\.\d+\.\d+/;

Expand Down
24 changes: 24 additions & 0 deletions frontend/src/icons/gossamer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f2d985

Please sign in to comment.