Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
},
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment