diff --git a/app/components/dashboard/dashboard-home.tsx b/app/components/dashboard/dashboard-home.tsx index 645e3d6..cb5da86 100644 --- a/app/components/dashboard/dashboard-home.tsx +++ b/app/components/dashboard/dashboard-home.tsx @@ -460,7 +460,7 @@ export function DashboardHome() { {/* Revenue Card */} @@ -468,7 +468,7 @@ export function DashboardHome() { {/* Cost Reduction Card */} @@ -562,7 +562,7 @@ export function DashboardHome() { /,/g, "", ) || "0", - ) / 1000000000, + ), ), )} @@ -575,7 +575,7 @@ export function DashboardHome() { /,/g, "", ) || "0", - ) / 1000000000, + ), ), )} diff --git a/app/components/ecosystem/info-panel.tsx b/app/components/ecosystem/info-panel.tsx index 4e5e1c8..89c547d 100644 --- a/app/components/ecosystem/info-panel.tsx +++ b/app/components/ecosystem/info-panel.tsx @@ -432,6 +432,7 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
({ label: item.label, value: item.value, @@ -482,7 +483,7 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) { /> item.maxValue || item.value); @@ -107,7 +109,7 @@ export function CustomBarChart({ {item.valuePrefix || ""} - {formatNumber(parseFloat(displayValue))}% + {formatNumber(parseFloat(displayValue))}{ hasPercent ? "%" : ""} {item.valueSuffix || ""}