diff --git a/src/components/graph/ConfigNode.tsx b/src/components/graph/ConfigNode.tsx index f1fb3ab..8f6cdd4 100644 --- a/src/components/graph/ConfigNode.tsx +++ b/src/components/graph/ConfigNode.tsx @@ -9,7 +9,7 @@ import { BaseNodeHeader, BaseNodeHeaderTitle, } from './BaseNode' -import { GitBranch, Pencil } from 'lucide-react' +import { GitBranchPlus, Pencil } from 'lucide-react' import { Menubar, MenubarContent, @@ -122,11 +122,11 @@ export const ConfigNode = memo(function ConfigNode({ id, data }: Props) { {connectedConfigNodes.length > 0 && ( -
- +
+ - + {connectedConfigNodes.map((n: any) => (