feat: enable registration for FightForm and update notification message
This commit is contained in:
@@ -141,7 +141,7 @@ function Events() {
|
|||||||
link="https://yukafest.ru/pilots/"
|
link="https://yukafest.ru/pilots/"
|
||||||
/>
|
/>
|
||||||
<EventCard
|
<EventCard
|
||||||
disabled={true}
|
disabled={false}
|
||||||
id="moscow_fight"
|
id="moscow_fight"
|
||||||
image="/events/moscow_fight.png"
|
image="/events/moscow_fight.png"
|
||||||
title="Дрифт «Битва за Москву»"
|
title="Дрифт «Битва за Москву»"
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ function FightFormPage() {
|
|||||||
{isRegistrationDisabled && (
|
{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">
|
<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 className={`${gothampro.className} text-center`}>
|
||||||
Регистрация временно закрыта
|
Регистрация закрыта
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user