Skip to content

Commit

Permalink
feat: update hydration icon (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng authored Sep 5, 2024
1 parent 8d6bd74 commit 1e25d7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lib/Chain/ChainIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ import {
ChainBasiliskDark,
ChainParallelLight,
ChainParallelDark,
ChainHydradxLight,
ChainHydradxDark,
ChainHydrationLight,
ChainHydrationDark,
ChainStafiLight,
ChainStafiDark,
ChainCreditcoinLight,
Expand Down Expand Up @@ -197,8 +197,8 @@ const icons = {
dark: ChainParallelDark,
},
Hydradx: {
light: ChainHydradxLight,
dark: ChainHydradxDark,
light: ChainHydrationLight,
dark: ChainHydrationDark,
},
Stafi: {
light: ChainStafiLight,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"dependencies": {
"@floating-ui/react": "^0.26.6",
"@osn/icons": "^1.83.0",
"@osn/icons": "^1.131.0",
"@osn/polkadot-react-identicon": "^1.0.10",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4762,7 +4762,7 @@ __metadata:
"@osn/common": ^1.3.7
"@osn/constants": ^1.1.2
"@osn/eslint-config": ^1.0.2
"@osn/icons": ^1.83.0
"@osn/icons": ^1.131.0
"@osn/polkadot-react-identicon": ^1.0.10
"@osn/previewer": ^0.12.8
"@osn/rich-text-editor": ^0.6.6
Expand Down Expand Up @@ -4872,10 +4872,10 @@ __metadata:
languageName: node
linkType: hard

"@osn/icons@npm:^1.83.0":
version: 1.83.0
resolution: "@osn/icons@npm:1.83.0"
checksum: 4f4c628dd5f5ec6aed303a57fd64597f739b1325f126f872b6423e676b9fab1a28dcd0ecb097ec51a5b6ea938ddde74800535088c47d3f036c80914441622f19
"@osn/icons@npm:^1.131.0":
version: 1.131.0
resolution: "@osn/icons@npm:1.131.0"
checksum: efde477fe4692d300b1c169d3bf039eb0cb0b1039e10ff360c902b4ab49b69767ea63b1cb5786ee5fda425781090b543ccc9475e32c92b06e3422c5a20074d75
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e25d7c

Please sign in to comment.