mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
fix(cursor-ui): label cursor dashboard as beta
- add visible Beta badge in Cursor page header - clarifies feature is not production-tested yet
This commit is contained in:
@@ -613,6 +613,12 @@ export function CursorPage() {
|
||||
className="w-5 h-5 object-contain shrink-0"
|
||||
/>
|
||||
<h1 className="font-semibold">Cursor</h1>
|
||||
<Badge
|
||||
variant="outline"
|
||||
className="h-5 border-amber-500/60 bg-amber-500/10 px-1.5 text-[10px] font-semibold uppercase tracking-wide text-amber-800 dark:text-amber-300"
|
||||
>
|
||||
Beta
|
||||
</Badge>
|
||||
{integrationBadge}
|
||||
</div>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user