Deploy updates
This commit is contained in:
+3
-2
@@ -1528,13 +1528,13 @@
|
||||
<div class="w-16 h-16 bg-emerald-500/10 border border-emerald-500/30 text-emerald-400 rounded-full flex items-center justify-center text-3xl font-bold mx-auto shadow-[0_0_15px_rgba(16,185,129,0.2)]">
|
||||
✓
|
||||
</div>
|
||||
<h2 class="font-display font-black text-2xl text-white uppercase tracking-wider">Заявка успешно оплачена!</h2>
|
||||
<h2 class="font-display font-black text-2xl text-white uppercase tracking-wider">Оплата успешно завершена!</h2>
|
||||
<p class="text-sm text-slate-300 leading-relaxed">
|
||||
Спасибо за оплату!<br>
|
||||
Наш киберспортивный координатор свяжется с вами в ближайшее время, чтобы открыть доступ к материалам и записать на занятие.
|
||||
</p>
|
||||
<button onclick="closeSuccessModal()" class="w-full py-3 bg-purple-600 hover:bg-purple-500 text-white font-display font-black text-xs uppercase tracking-wider rounded-xl shadow-lg shadow-purple-600/20 hover:shadow-purple-600/40 transform hover:-translate-y-0.5 transition duration-200">
|
||||
Закрыть
|
||||
На главную
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1567,6 +1567,7 @@
|
||||
// Remove success parameter from URL so it doesn't show again on refresh
|
||||
const newUrl = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
||||
window.history.replaceState({ path: newUrl }, '', newUrl);
|
||||
window.location.href = '/';
|
||||
}, 300);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user