Skip to content

Commit 7306818

Browse files
committed
Nebula: Set Beta badge in sidebar (#6897)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent cd12ef7 commit 7306818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/nebula-app/(app)/components/ChatSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function ChatSidebar(props: {
4646
</Link>
4747

4848
<Badge variant="secondary" className="gap-1 py-1">
49-
Alpha
49+
Beta
5050
</Badge>
5151
</div>
5252

0 commit comments

Comments
 (0)