Skip to content

Commit

Permalink
add identicon override for litentry-node (#8299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Nov 2, 2022
1 parent ec0437b commit 9eedbcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps-config/src/ui/identityIcons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
export const identityNodes: Record<string, string> = [
['centrifuge chain', 'polkadot'],
['joystream-node', 'beachball'],
['litentry-node', 'polkadot'],
['parity-polkadot', 'polkadot']
].reduce((icons, [node, icon]): Record<string, string> => ({
...icons,
Expand Down

0 comments on commit 9eedbcb

Please sign in to comment.