1
0
Fork 0

horde -> hordeseer

This commit is contained in:
Pabloader 2026-04-10 09:38:23 +00:00
parent 663f102cd1
commit 7f2987041e
21 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -14,7 +14,7 @@
} }
.own { .own {
border-color: var(--accent) !important; border-color: var(--accent-alt) !important;
} }
.offline { .offline {

View File

@ -59,7 +59,7 @@ export const StatsPanel = () => {
</div> </div>
<div class={styles.stat}> <div class={styles.stat}>
<dt>Workers</dt> <dt>Workers</dt>
<dd>{user.worker_count}</dd> <dd>{ownWorkers.length}/{user.worker_count}</dd>
</div> </div>
<div class={styles.stat}> <div class={styles.stat}>
<dt>Tokens generated</dt> <dt>Tokens generated</dt>