Loading browser/components/abouttor/content/aboutTor.js +3 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,9 @@ const YecWidget = { } const donateLink = document.getElementById("yec-2024-donate-link"); const base = "https://www.torproject.org/donate"; // TODO: Updated link for YEC (using _locale?). donateLink.href = base; donateLink.href = this._locale ? `${base}/donate-${this._locale}-yec2024` : base; }, /** Loading Loading
browser/components/abouttor/content/aboutTor.js +3 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,9 @@ const YecWidget = { } const donateLink = document.getElementById("yec-2024-donate-link"); const base = "https://www.torproject.org/donate"; // TODO: Updated link for YEC (using _locale?). donateLink.href = base; donateLink.href = this._locale ? `${base}/donate-${this._locale}-yec2024` : base; }, /** Loading