1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix support link

This commit is contained in:
brunobar79 2018-07-19 00:16:10 -04:00
parent a6e0eef8f4
commit 514148ffa1

View File

@ -106,7 +106,7 @@ class ConnectScreen extends Component {
h('p.hw-connect__footer__msg', {}, [
this.context.t(`havingTroubleConnecting`),
h('a.hw-connect__footer__link', {
href: '#',
href: 'https://support.metamask.io/',
target: '_blank',
}, this.context.t('getHelp')),
]),