Skip to content

Commit ad89873

Browse files
committed
correct icon
1 parent 8c3489b commit ad89873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections-navigation/src/navigation-item-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const NavigationItemIcon = ({ item }: { item: SidebarTreeItem }) => {
4747
}
4848
if (item.type === 'collection') {
4949
if (item.ns_source === 'provisioned') {
50-
return <Icon glyph="Collection" />;
50+
return <Icon glyph="Folder" />;
5151
}
5252
return (
5353
<IconWithTooltip

0 commit comments

Comments
 (0)