mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Updating Customize Nonce 'Learn More' link (#15658)
This commit is contained in:
parent
6882f0b8c0
commit
362f8c2a94
@ -14,6 +14,7 @@ import {
|
||||
import Box from '../../../ui/box';
|
||||
import withModalProps from '../../../../helpers/higher-order-components/with-modal-props';
|
||||
import { useI18nContext } from '../../../../hooks/useI18nContext';
|
||||
import ZENDESK_URLS from '../../../../helpers/constants/zendesk-url';
|
||||
|
||||
const CustomizeNonce = ({
|
||||
hideModal,
|
||||
@ -69,9 +70,9 @@ const CustomizeNonce = ({
|
||||
className="customize-nonce-modal__link"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
href="https://metamask.zendesk.com/hc/en-us/articles/360015489251"
|
||||
href={ZENDESK_URLS.CUSTOMIZE_NONCE}
|
||||
>
|
||||
{t('learnMore')}
|
||||
{t('learnMoreUpperCase')}
|
||||
</Button>
|
||||
</Typography>
|
||||
</Box>
|
||||
|
@ -11,6 +11,8 @@ const ZENDESK_URLS = {
|
||||
'https://metamask.zendesk.com/hc/en-us/articles/360060826432-What-is-a-Secret-Recovery-Phrase-and-how-to-keep-your-crypto-wallet-secure',
|
||||
PASSWORD_ARTICLE:
|
||||
'https://metamask.zendesk.com/hc/en-us/articles/4404722782107',
|
||||
CUSTOMIZE_NONCE:
|
||||
'https://metamask.zendesk.com/hc/en-us/articles/7417499333531-How-to-customize-a-transaction-nonce',
|
||||
};
|
||||
|
||||
export default ZENDESK_URLS;
|
||||
|
Loading…
Reference in New Issue
Block a user