Commit ebb9762e authored by henry's avatar henry Committed by morgan
Browse files

fixup! Bug 43098: Year End Campaign 2024.

Bug 43149: Use special YEC 2024 donate url.
parent ddfe2217
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
  },

  /**