Skip to content

Commit

Permalink
Use correct Privacy Policy link in welcome dialog (#4157)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Helmer <rhelmer@mozilla.com>
  • Loading branch information
Vinnl and rhelmer authored Feb 6, 2024
1 parent 3915ebe commit f9b0817
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
import { meetsAgeRequirement } from "../../../../../functions/universal/user";
import { getLocale } from "../../../../../functions/universal/getLocale";
import { useTelemetry } from "../../../../../hooks/useTelemetry";
import { CONST_URL_PRIVACY_POLICY } from "../../../../../../constants";

import styles from "./EnterInfo.module.scss";

Expand Down Expand Up @@ -235,10 +236,7 @@ export const EnterInfo = ({
{
elems: {
"privacy-policy-link": (
<a
href="https://www.mozilla.org/privacy/firefox-monitor"
target="_blank"
/>
<a href={CONST_URL_PRIVACY_POLICY} target="_blank" />
),
"privacy-protection-link": (
<a
Expand Down

0 comments on commit f9b0817

Please sign in to comment.