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/"
|
||||
/>
|
||||
<EventCard
|
||||
disabled={true}
|
||||
disabled={false}
|
||||
id="moscow_fight"
|
||||
image="/events/moscow_fight.png"
|
||||
title="Дрифт «Битва за Москву»"
|
||||
|
||||
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user