From b9e6c19a2583a7c70f0b151a8027e0b47fb2c444 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:42:25 +0000 Subject: [PATCH] fix(claw): simplify KiloClaw service degraded message Condense the service degraded alert to a single sentence with an inline status page link, matching the requested copy: 'KiloClaw is really popular today. If you run into issues, check our status page for live updates.' --- .../(app)/claw/components/ClawDashboard.tsx | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app/(app)/claw/components/ClawDashboard.tsx b/src/app/(app)/claw/components/ClawDashboard.tsx index 0f0180769..e40900d1a 100644 --- a/src/app/(app)/claw/components/ClawDashboard.tsx +++ b/src/app/(app)/claw/components/ClawDashboard.tsx @@ -97,22 +97,17 @@ export function ClawDashboard({ {isServiceDegraded && ( - - - KiloClaw is really popular today. We're working on getting additional - capacity. If you have trouble starting a machine, please try again in a few minutes. - - - You can also - - check our status page for live updates - - + + KiloClaw is really popular today. If you run into issues, check our{' '} + + status page + {' '} + for live updates. )}