diff --git a/app/static/index.html b/app/static/index.html
index 9c9b69b..a916ee1 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -636,7 +636,6 @@
/* ── Donate card ── */
#donate-card {
- display: none;
background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 100%);
border: 1px solid #ffe0a0;
border-radius: var(--radius);
@@ -1945,7 +1944,8 @@
}
function hideDonateCard() {
- document.getElementById('donate-card').style.display = 'none';
+ // Блок поддержки/оплаты теперь всегда виден — просто возвращаем обычный текст.
+ showDonateCard(false);
}
// ── Оплата картой (ЮKassa) ────────────────────────────────────────────────