chore: лидерборд — «Загрузка…» → «Загружаю…»
Тест онбординга v2: микро-правка в плеере для проверки полного цикла PR (clone → install → build → commit → push → merge). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
d0f5c90622
commit
124504488c
3009
package-lock.json
generated
3009
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -140,7 +140,7 @@ export default function KubikonLeaderboard({
|
|||||||
{/* Тело */}
|
{/* Тело */}
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<div style={{ color: C.muted, fontSize: 14, textAlign: 'center', padding: '12px 0' }}>
|
<div style={{ color: C.muted, fontSize: 14, textAlign: 'center', padding: '12px 0' }}>
|
||||||
Загрузка…
|
Загружаю…
|
||||||
</div>
|
</div>
|
||||||
) : error ? (
|
) : error ? (
|
||||||
<div style={{ color: '#ff6f7a', fontSize: 13, textAlign: 'center', padding: '12px 0' }}>
|
<div style={{ color: '#ff6f7a', fontSize: 13, textAlign: 'center', padding: '12px 0' }}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user