fix file submissions

This commit is contained in:
rngsurrounded
2025-03-03 05:56:40 +09:00
parent 7bbb34f574
commit 87872fbdec
3 changed files with 67 additions and 13 deletions
@@ -55,7 +55,7 @@ export function CompetitionCard({
<span></span>
<span className="text-primary-foreground">
{competition.state === CompetitionState.STARTED
? "В прогрессе"
? "Проводится сейчас"
: "Завершено"}
</span>
</>