mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 05:07:10 +00:00
minor fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { useState, useEffect } from "react";
|
import { useState, useEffect } from "react";
|
||||||
import { useParams, Navigate } from "react-router-dom";
|
import { useParams, Navigate } from "react-router-dom";
|
||||||
import CompetitionHeader from "./components/CompetitionHeader";
|
import CompetitionHeader from "./components/CompetitionHeader";
|
||||||
import TaskContent from "./components/TaskContent";
|
import TaskContent from "./components/TaskContent";
|
||||||
import TaskSolution from "./modules/TaskSolution";
|
import TaskSolution from "./modules/TaskSolution";
|
||||||
|
|||||||
-2
@@ -30,10 +30,8 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
|
|||||||
|
|
||||||
{isCleared ? (
|
{isCleared ? (
|
||||||
<Button
|
<Button
|
||||||
className="font-hse-sans flex-grow bg-green-600 hover:bg-green-700"
|
|
||||||
disabled={true}
|
disabled={true}
|
||||||
>
|
>
|
||||||
<CheckCircle className="mr-2 h-4 w-4" />
|
|
||||||
Задача сдана!
|
Задача сдана!
|
||||||
</Button>
|
</Button>
|
||||||
) : hasSubmissionsLeft ? (
|
) : hasSubmissionsLeft ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user