mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update Zendesk links for new subdomain
This commit is contained in:
parent
ea8ccc6846
commit
5cde74fe88
@ -78,7 +78,7 @@ export default class ConfirmRemoveAccount extends Component {
|
|||||||
<a
|
<a
|
||||||
className="confirm-remove-account__link"
|
className="confirm-remove-account__link"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank" href="https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI-">
|
target="_blank" href="https://metamask.zendesk.com/hc/en-us/articles/360015289932">
|
||||||
{ t('learnMore') }
|
{ t('learnMore') }
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component {
|
|||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
className="token-list-placeholder__link"
|
className="token-list-placeholder__link"
|
||||||
href="https://consensys.zendesk.com/hc/en-us/articles/360004135092"
|
href="https://metamask.zendesk.com/hc/en-us/articles/360015489031"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () {
|
|||||||
},
|
},
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
global.platform.openWindow({
|
global.platform.openWindow({
|
||||||
url: 'https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI',
|
url: 'https://metamask.zendesk.com/hc/en-us/articles/360015289932',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}, this.context.t('here')),
|
}, this.context.t('here')),
|
||||||
|
@ -204,7 +204,7 @@ SignatureRequest.prototype.renderBody = function () {
|
|||||||
h('span.request-signature__help-link', {
|
h('span.request-signature__help-link', {
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
global.platform.openWindow({
|
global.platform.openWindow({
|
||||||
url: 'https://consensys.zendesk.com/hc/en-us/articles/360004427792',
|
url: 'https://metamask.zendesk.com/hc/en-us/articles/360015488751',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}, this.context.t('learnMore'))]
|
}, this.context.t('learnMore'))]
|
||||||
|
Loading…
Reference in New Issue
Block a user