diff --git a/src/components/DesktopDashboard.astro b/src/components/DesktopDashboard.astro index e344c78..de7e51b 100644 --- a/src/components/DesktopDashboard.astro +++ b/src/components/DesktopDashboard.astro @@ -68,7 +68,7 @@ const projects: Project[] = [ }, { id: 'dashboard', name: 'Optiplex Dashboard', tagline: 'Server monitoring PWA', - description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, Claude sessions — all polled live. Installable PWA over Tailscale.', + description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, plus chat for beads and Claude sessions — all polled live over Tailscale.', badge: 'infra', status: 'ONLINE', pulseRate: 3, tech: ['Next.js', 'TypeScript', 'shadcn/ui', 'SQLite', 'systeminformation'], color: '224, 122, 95', x: 56, y: 32, diff --git a/src/components/MobileNetworkView.astro b/src/components/MobileNetworkView.astro index 63c4970..f164dbd 100644 --- a/src/components/MobileNetworkView.astro +++ b/src/components/MobileNetworkView.astro @@ -70,7 +70,7 @@ const projects: Project[] = [ }, { id: 'dashboard', name: 'Optiplex Dashboard', tagline: 'Server monitoring PWA', - description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, Claude sessions — all polled live. Installable PWA over Tailscale.', + description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, plus chat for beads and Claude sessions — all polled live over Tailscale.', badge: 'infra', status: 'ONLINE', pulseRate: 3, tech: ['Next.js', 'TypeScript', 'shadcn/ui', 'SQLite', 'systeminformation'], color: '224, 122, 95', diff --git a/src/pages/index.astro b/src/pages/index.astro index 6f1035f..860dd87 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -127,7 +127,7 @@ import '../styles/global.css';