Skip to content

Commit d270e72

Browse files
committed
updated metametrics link
1 parent 330dfdb commit d270e72

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

shared/lib/ui-utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const SUPPORT_LINK = process.env.SUPPORT_LINK;
55
export const COINGECKO_LINK = 'https://www.coingecko.com/';
66
export const CRYPTOCOMPARE_LINK = 'https://www.cryptocompare.com/';
77
export const PRIVACY_POLICY_LINK = 'https://consensys.io/privacy-policy/';
8+
export const METAMETRICS_SETTINGS_LINK =
9+
'https://support.metamask.io/configure/privacy/how-to-manage-your-metametrics-settings/';
810
export const SURVEY_LINK = 'https://www.getfeedback.com/r/Oczu1vP0';
911

1012
// TODO make sure these links are correct

ui/components/app/toast-master/toast-master.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { MILLISECOND, SECOND } from '../../../../shared/constants/time';
1111
import {
1212
PRIVACY_POLICY_LINK,
1313
SURVEY_LINK,
14+
METAMETRICS_SETTINGS_LINK,
1415
} from '../../../../shared/lib/ui-utils';
1516
import {
1617
BorderColor,
@@ -759,9 +760,9 @@ function Pna25Banner() {
759760
const showPna25Banner = useSelector(selectShowPna25Banner);
760761

761762
const handleLearnMore = () => {
762-
// Open privacy policy link and acknowledge
763+
// Open MetaMetrics settings help page and acknowledge
763764
global.platform.openTab({
764-
url: PRIVACY_POLICY_LINK,
765+
url: METAMETRICS_SETTINGS_LINK,
765766
});
766767
setPna25Acknowledged(true);
767768
};

0 commit comments

Comments
 (0)