Skip to content

Commit dfdbb80

Browse files
committed
Update LoopsItem.tsx
1 parent b4f8ae3 commit dfdbb80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/ui/src/features/sidebar/components/items/LoopsItem.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { RepeatIcon } from "@phosphor-icons/react";
2+
import { Badge } from "@posthog/quill";
23
import { SidebarItem } from "../SidebarItem";
34

45
interface LoopsItemProps {
@@ -14,6 +15,7 @@ export function LoopsItem({ isActive, onClick }: LoopsItemProps) {
1415
label="Loops"
1516
isActive={isActive}
1617
onClick={onClick}
18+
endContent={<Badge variant="info">Alpha</Badge>}
1719
/>
1820
);
1921
}

0 commit comments

Comments
 (0)