Skip to content

Commit 6e42a61

Browse files
authored
chore: change inbox sidebar badge from Beta to Alpha (#1893)
1 parent b60e2a4 commit 6e42a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/code/src/renderer/features/sidebar/components/items

apps/code/src/renderer/features/sidebar/components/items/HomeItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function InboxItem({ isActive, onClick, signalCount }: InboxItemProps) {
7272
}
7373
isActive={isActive}
7474
onClick={onClick}
75-
endContent={<Badge color="amber">Beta</Badge>}
75+
endContent={<Badge color="amber">Alpha</Badge>}
7676
/>
7777
</div>
7878
</Tooltip>

0 commit comments

Comments
 (0)