Skip to content

Commit 61e6e0d

Browse files
committed
fix(loops): hug the sidebar Alpha badge to the label
1 parent b6e85c8 commit 61e6e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export function LoopsItem({ isActive, onClick }: LoopsItemProps) {
1313
depth={0}
1414
icon={<RepeatIcon size={16} weight={isActive ? "fill" : "regular"} />}
1515
label="Loops"
16+
badge={<Badge variant="info">Alpha</Badge>}
1617
isActive={isActive}
1718
onClick={onClick}
18-
endContent={<Badge variant="info">Alpha</Badge>}
1919
/>
2020
);
2121
}

0 commit comments

Comments
 (0)