جزییات

This commit is contained in:
mahmoodsht 2025-08-26 16:24:50 +03:30
parent fa90d286af
commit 32aaac72f2
2 changed files with 19 additions and 9 deletions

View File

@ -166,7 +166,7 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
},
{ label: "شتابدهنده", value: parseNumber(counts.accelerator_count) },
{ label: "دانشگاه", value: parseNumber(counts.university_count) },
{ label: "صندوق", value: parseNumber(counts.fund_count) },
{ label: "صندوق های مالی", value: parseNumber(counts.fund_count) },
{ label: "شرکت", value: parseNumber(counts.company_count) },
]
: [];
@ -406,6 +406,23 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
</CardTitle>
</CardHeader>
{/* Footer - MOU Count */}
{/* <CardContent className="py-3">
<div className="flex font-bold text-xl px-6 justify-between text-gray-300 font-persian mb-1">
تعداد تفاهم نامه ها
<span className="text-2xl">{formatNumber(counts.mou_count)}</span>
</div>
</CardContent> */}
<CardHeader className="text-center pb-2 border-b-2 border-[#3F415A]">
<CardTitle className="font-persian text-xl text-white flex justify-between px-4">
تعداد تفاهم نامه ها
<span className="font-bold text-3xl">
{formatNumber(counts.mou_count)}
</span>
</CardTitle>
</CardHeader>
<CardHeader className="text-center pb-2 border-b-2 border-[#3F415A]">
<CardTitle className="font-persian text-xl text-white flex justify-between px-4">
تعداد بازیگران
@ -497,13 +514,6 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
</div>
</CardContent>
{/* Footer - MOU Count */}
<CardContent className="py-3">
<div className="flex font-bold text-xl px-6 justify-between text-gray-300 font-persian mb-1">
تعداد تفاهم نامه ها
<span className="text-2xl">{formatNumber(counts.mou_count)}</span>
</div>
</CardContent>
</Card>
</div>
);

View File

@ -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,