mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix ledger affiliate link
This commit is contained in:
parent
b369560569
commit
51e4a6d335
@ -85,7 +85,7 @@ class ConnectScreen extends Component {
|
|||||||
getAffiliateLinks () {
|
getAffiliateLinks () {
|
||||||
const links = {
|
const links = {
|
||||||
trezor: `<a class='hw-connect__get-hw__link' href='https://shop.trezor.io/?a=metamask' target='_blank'>Trezor</a>`,
|
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')
|
const text = this.context.t('orderOneHere')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user