From e24467a074ca0de8af1bb5b0d770ec1ce9c7ecb8 Mon Sep 17 00:00:00 2001 From: dtoro Date: Fri, 6 Mar 2026 21:32:21 +0100 Subject: [PATCH] improve menu --- src/components/graph/ConfigNode.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) => (