Skip to content

Commit

Permalink
chore: update helix portal (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Apr 29, 2022
1 parent f9ba962 commit 73d343c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/translation-apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"Copied": "Copied",
"Copy Address": "Copy Address",
"Cross Chain": "Cross Chain",
"Cross-chain transfer of assets between multiple networks can be realized through Wormhole.": "Cross-chain transfer of assets between multiple networks can be realized through Wormhole.",
"A safe community tool for cross-chain assets.": "A safe community tool for cross-chain assets.",
"Currently in lock-up period, you will be charged a penalty of 3 times the {{KTON}} reward. Are you sure to continue?": "Currently in lock-up period, you will be charged a penalty of 3 times the {{KTON}} reward. Are you sure to continue?",
"DVM Address": "DVM Address",
"DVM Withdraw": "DVM Withdraw",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh/translation-apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Copied": "已复制",
"Copy Address": "复制地址",
"Cross Chain": "跨链",
"Cross-chain transfer of assets between multiple networks can be realized through Wormhole.": "多个网络之间的资产跨链转移可以通过虫洞实现",
"A safe community tool for cross-chain assets.": "跨链资产的安全社区工具",
"Currently in lock-up period, you will be charged a penalty of 3 times the {{KTON}} reward. Are you sure to continue?": "当前处于锁定期内,提前赎回将会处以3倍 {{KTON}} 罚款,确定要继续吗?",
"DVM Address": "DVM 地址",
"DVM Withdraw": "DVM 提取",
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ function Page() {
link: 'https://onfinality.io/',
},
{
name: 'Wormhole',
logo: '/image/portal/darwinia.png',
description: t('Cross-chain transfer of assets between multiple networks can be realized through Wormhole.'),
link: 'https://wormhole.darwinia.network/',
name: 'Helix',
logo: '/image/portal/helix.png',
description: t('A safe community tool for cross-chain assets.'),
link: 'https://helixbridge.app/',
},
{
name: 'Celer',
Expand Down

0 comments on commit 73d343c

Please sign in to comment.