adaptive fixes

This commit is contained in:
rngsurrounded
2025-03-04 03:23:21 +09:00
parent 8376acb300
commit 9e5db3d329
3 changed files with 19 additions and 8 deletions
@@ -30,6 +30,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
{isCleared ? (
<Button
className="font-hse-sans flex-grow"
disabled={true}
>
Задача сдана!
@@ -24,7 +24,7 @@ export const UserStatsSections = () => {
/>
<UserStatBlock
value={stats.total_attempts}
description="Попыток выполнено"
description="Решений отправлено"
/>
</div>
) : (