Skip to content

Commit 72790e3

Browse files
committed
dashboard: change page title and description
1 parent fc34a71 commit 72790e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/design-system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const DESIGN_SYSTEM_CSS = `
8484
.app { display: grid; grid-template-columns: 252px 1fr; min-height: 100vh; }
8585
.sidebar { background: var(--paper-2); border-right: 1px solid var(--line); padding: 22px 14px 16px; display:flex; flex-direction:column; gap: 18px; position: sticky; top:0; height: 100vh; }
8686
.brand { display:flex; align-items:center; gap:10px; padding: 2px 8px 4px; }
87-
.brand-mark { width: 28px; height: 28px; border-radius: 6px; background: var(--ink); color: var(--paper); display:grid; place-items:center; font-weight: 600; font-size: 12px; letter-spacing: 0.02em; text-transform: uppercase; }
87+
.brand-mark { width: 28px; height: 28px; border-radius: 6px; background: var(--ink); color: var(--paper); display:grid; place-items:center; font-weight: 600; font-size: 11px; letter-spacing: -0.01em; text-transform: uppercase; }
8888
.brand-name { font-weight: 600; font-size: 14px; letter-spacing: -0.005em; color: var(--ink); }
8989
.brand-sub { font-size: 11px; color: var(--ink-3); margin-top: -2px; letter-spacing: 0.02em; }
9090
.nav { display:flex; flex-direction:column; gap:1px; }

src/ui/pages/dashboard.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ function renderDemoStep(step: DemoStep, index: number): string {
215215
function renderHero(): string {
216216
return `
217217
<div>
218-
<div class="text-ink-3 text-[12.5px] font-medium uppercase tracking-[0.05em] mb-1.5">Staging · scripted demo</div>
219-
<h1 class="h1">Demo control</h1>
218+
<div class="text-ink-3 text-[12.5px] font-medium uppercase tracking-[0.05em] mb-1.5">Pipeline · live</div>
219+
<h1 class="h1">Overview</h1>
220220
</div>
221221
`;
222222
}

0 commit comments

Comments
 (0)