From c7e42bc462ec2fde1c71da5543678fdbe6f74625 Mon Sep 17 00:00:00 2001 From: vipin kumar Date: Wed, 14 Nov 2018 16:56:28 +0530 Subject: [PATCH] fixed broken links https://github.com/dexlab-io/DexEx/issues/17 --- src/components/account/UserCenter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/account/UserCenter.js b/src/components/account/UserCenter.js index 69efa42f..42152554 100644 --- a/src/components/account/UserCenter.js +++ b/src/components/account/UserCenter.js @@ -67,8 +67,8 @@ function UserCenter(props) { {false && wallet.address && (wallet.unlockType==='privateKey'|| wallet.unlockType==='keystore' || wallet.unlockType==='mnemonic') &&
  • dispatch({type:'layers/showLayer',payload:{id:'export'}})}>{intl.get('export_keystore.title')}
  • }
  • {userCenter.hideLayer();userCenter.showLayer({id:'setting',symbol:null}) }} className="side-settings">{intl.get('settings.title')}
  • -
  • {intl.get('common.help')}
  • -
  • {intl.get('common.feedback')}
  • +
  • {intl.get('common.help')}
  • +
  • {intl.get('common.feedback')}