From 3405441d3dbcf0edea67c444187a9ef426fd08f8 Mon Sep 17 00:00:00 2001 From: mahmoodsht <106068383+mahmoodsht@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:23:26 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AC=D8=B2=DB=8C=DB=8C=D8=A7=D8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ecosystem/network-graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ecosystem/network-graph.tsx b/app/components/ecosystem/network-graph.tsx index 5a82537..a0dbf85 100644 --- a/app/components/ecosystem/network-graph.tsx +++ b/app/components/ecosystem/network-graph.tsx @@ -102,7 +102,7 @@ export function NetworkGraph({ onNodeClick }: NetworkGraphProps) { // Create center node const centerNode: Node = { id: "center", - label: "مرکز اکوسیستم", + label: "مرکز زیست بوم", category: "center", stageid: 0, isCenter: true,