minor fixes

This commit is contained in:
rngsurrounded
2025-03-04 02:58:34 +09:00
parent f28f0287b3
commit d134b5afa1
2 changed files with 1 additions and 3 deletions
@@ -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 ? (