mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 15:37:10 +00:00
adaptive fixes
This commit is contained in:
+1
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user