feat: enable registration for FightForm and update notification message

This commit is contained in:
2025-09-01 21:46:58 +09:00
parent 998ca26b04
commit 2f80489d1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ function Events() {
link="https://yukafest.ru/pilots/"
/>
<EventCard
disabled={true}
disabled={false}
id="moscow_fight"
image="/events/moscow_fight.png"
title="Дрифт «Битва за Москву»"
+1 -1
View File
@@ -136,7 +136,7 @@ function FightFormPage() {
{isRegistrationDisabled && (
<div className="bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded mb-6 max-w-2xl w-full">
<p className={`${gothampro.className} text-center`}>
Регистрация временно закрыта
Регистрация закрыта
</p>
</div>
)}