fix(ui): rename Dashboard title to Auto-Maker Dashboard

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Stefan de Vogelaere
2026-01-23 02:15:26 +01:00
parent ad6fc01045
commit 5939c5d20b

View File

@@ -47,7 +47,7 @@ export function OverviewView() {
<LayoutDashboard className="w-4 h-4 text-brand-500" />
</div>
<div>
<h1 className="text-lg font-semibold text-foreground">Dashboard</h1>
<h1 className="text-lg font-semibold text-foreground">Auto-Maker Dashboard</h1>
<p className="text-xs text-muted-foreground">
{overview ? `${overview.aggregate.projectCounts.total} projects` : 'Loading...'}
</p>