feat(FN-692): remove 'tasks' text from dashboard header

- Remove 'tasks' label from Header component
- Remove unused CSS styles related to the header text
- Update Header test to reflect the simplified header
This commit is contained in:
gsxdsm
2026-04-02 10:11:04 -07:00
parent 4d94a5085e
commit 814ce9e9d7
3 changed files with 1 additions and 10 deletions

View File

@@ -457,12 +457,6 @@ body {
font-weight: 700;
letter-spacing: -0.5px;
}
.logo-sub {
font-size: 13px;
color: var(--text-muted);
font-weight: 400;
}
/* === Buttons === */
.btn {
padding: var(--btn-padding);