mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 21:27:10 +00:00
minor fixes
This commit is contained in:
-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