chore: align community default Boosty URL with PRO subscription link

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 22:38:30 +03:00
parent 33f855219c
commit 74163944c2
3 changed files with 7 additions and 3 deletions

View File

@@ -116,7 +116,9 @@ function applyEditionPayload(data) {
cta.className = "btn small primary edition-banner-cta";
cta.rel = "noopener noreferrer";
cta.target = "_blank";
cta.href = editionState.upgradeUrl || "https://boosty.to/andrey27/donate";
cta.href =
editionState.upgradeUrl ||
"https://boosty.to/andrey27/purchase/3906453?ssource=DIRECT&share=subscription_link";
cta.textContent = "Разблокировать PRO (Boosty)";
wrap.append(textCol, cta);
editionBanner.appendChild(wrap);