Skip to content

Commit

Permalink
fix support link
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Jul 19, 2018
1 parent a6e0eef commit 514148f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
]),
Expand Down

0 comments on commit 514148f

Please sign in to comment.