Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions src/app/(app)/claw/components/ClawDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,17 @@ export function ClawDashboard({
{isServiceDegraded && (
<Alert variant="warning">
<TriangleAlert className="size-4" />
<AlertDescription className="flex flex-col">
<span>
KiloClaw is really popular today. We&apos;re working on getting additional
capacity. If you have trouble starting a machine, please try again in a few minutes.
</span>
<span className="mt-2 flex flex-row gap-1">
<span>You can also</span>
<a
href="https://status.kilo.ai/"
target="_blank"
rel="noopener noreferrer"
className="underline hover:opacity-80"
>
check our status page for live updates
</a>
</span>
<AlertDescription>
KiloClaw is really popular today. If you run into issues, check our{' '}
<a
href="https://status.kilo.ai/"
target="_blank"
rel="noopener noreferrer"
className="underline hover:opacity-80"
>
status page
</a>{' '}
for live updates.
</AlertDescription>
</Alert>
)}
Expand Down
Loading