From 730681890f4e8b100714e4731b85566871b4b91e Mon Sep 17 00:00:00 2001 From: MananTank Date: Wed, 30 Apr 2025 20:46:51 +0000 Subject: [PATCH] Nebula: Set Beta badge in sidebar (#6897) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates the text displayed within the `Badge` component in the `ChatSidebar.tsx` file, changing it from "Alpha" to "Beta". ### Detailed summary - Changed the text inside the `Badge` component from `Alpha` to `Beta`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../src/app/nebula-app/(app)/components/ChatSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/nebula-app/(app)/components/ChatSidebar.tsx b/apps/dashboard/src/app/nebula-app/(app)/components/ChatSidebar.tsx index 5ba3f458adf..db674e2a833 100644 --- a/apps/dashboard/src/app/nebula-app/(app)/components/ChatSidebar.tsx +++ b/apps/dashboard/src/app/nebula-app/(app)/components/ChatSidebar.tsx @@ -46,7 +46,7 @@ export function ChatSidebar(props: { - Alpha + Beta