mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix links in add ethereum chain (#10536)
This commit is contained in:
parent
8013e85c20
commit
7532e7ce3f
@ -20,7 +20,7 @@ const UNRECOGNIZED_CHAIN = {
|
|||||||
key: 'unrecognizedChainLink',
|
key: 'unrecognizedChainLink',
|
||||||
props: {
|
props: {
|
||||||
href:
|
href:
|
||||||
'https://metamask.zendesk.com/hc/en-us/articles/360056196151',
|
'https://metamask.zendesk.com/hc/en-us/articles/360057142392',
|
||||||
target: '__blank',
|
target: '__blank',
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
},
|
},
|
||||||
@ -52,7 +52,7 @@ const INVALID_CHAIN = {
|
|||||||
key: 'mismatchedChainLink',
|
key: 'mismatchedChainLink',
|
||||||
props: {
|
props: {
|
||||||
href:
|
href:
|
||||||
'https://metamask.zendesk.com/hc/en-us/articles/360056196151',
|
'https://metamask.zendesk.com/hc/en-us/articles/360057142392',
|
||||||
target: '__blank',
|
target: '__blank',
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
},
|
},
|
||||||
@ -152,7 +152,8 @@ function getValues(pendingApproval, t, actions) {
|
|||||||
children: t('addEthereumChainConfirmationRisksLearnMoreLink'),
|
children: t('addEthereumChainConfirmationRisksLearnMoreLink'),
|
||||||
key: 'addEthereumChainConfirmationRisksLearnMoreLink',
|
key: 'addEthereumChainConfirmationRisksLearnMoreLink',
|
||||||
props: {
|
props: {
|
||||||
href: '#',
|
href:
|
||||||
|
'https://metamask.zendesk.com/hc/en-us/articles/360056196151',
|
||||||
target: '__blank',
|
target: '__blank',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user