We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998129 commit 9da15e8Copy full SHA for 9da15e8
src/app/(app)/claw/components/ClawHeader.tsx
@@ -28,7 +28,6 @@ export function ClawHeader({
28
title="KiloClaw"
29
icon={<KiloCrabIcon className="text-muted-foreground h-4 w-4" />}
30
>
31
- <Badge variant="beta">Beta</Badge>
32
{statusInfo && (
33
<Badge variant="outline" className={statusInfo.className}>
34
{statusInfo.label}
0 commit comments