Skip to content

Commit

Permalink
fix ledger affiliate link
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Aug 17, 2018
1 parent b369560 commit 51e4a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ConnectScreen extends Component {
getAffiliateLinks () {
const links = {
trezor: `<a class='hw-connect__get-hw__link' href='https://shop.trezor.io/?a=metamask' target='_blank'>Trezor</a>`,
ledger: `<a class='hw-connect__get-hw__link' href='https://shop.trezor.io/?a=metamask' target='_blank'>Ledger</a>`,
ledger: `<a class='hw-connect__get-hw__link' href='https://www.ledger.com/products/ledger-nano-s?r=17c4991a03fa&tracker=MY_TRACKER' target='_blank'>Ledger</a>`,
}

const text = this.context.t('orderOneHere')
Expand Down

0 comments on commit 51e4a6d

Please sign in to comment.