fix: align home subtitle copy

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
jesxion
2026-04-24 17:18:09 +08:00
parent d1118f7eee
commit 24f0d30e46

View File

@@ -197,7 +197,7 @@ export default function HomePage() {
</div> </div>
<h1 style={{ fontSize: 28, marginBottom: 8 }}>{getDisplayName(user)}</h1> <h1 style={{ fontSize: 28, marginBottom: 8 }}>{getDisplayName(user)}</h1>
<p style={{ color: 'var(--adm-color-text-secondary)', lineHeight: 1.5 }}> <p style={{ color: 'var(--adm-color-text-secondary)', lineHeight: 1.5 }}>
{getProjectName(user)} {queueCount} {getProjectName(user)} {queueCount}
</p> </p>
</div> </div>
<div className="stat-grid"> <div className="stat-grid">