From b40fe866ec293fc08dbb877a000a87addd3ab16d Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Sun, 15 Feb 2026 05:39:46 +0700 Subject: [PATCH] fix(cursor-ui): label cursor dashboard as beta - add visible Beta badge in Cursor page header - clarifies feature is not production-tested yet --- ui/src/pages/cursor.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/src/pages/cursor.tsx b/ui/src/pages/cursor.tsx index f6c4fa74..0997dddd 100644 --- a/ui/src/pages/cursor.tsx +++ b/ui/src/pages/cursor.tsx @@ -613,6 +613,12 @@ export function CursorPage() { className="w-5 h-5 object-contain shrink-0" />

Cursor

+ + Beta + {integrationBadge}