diff --git a/components/admin/AdminAnalytics.tsx b/components/admin/AdminAnalytics.tsx index daaae29..192d93f 100644 --- a/components/admin/AdminAnalytics.tsx +++ b/components/admin/AdminAnalytics.tsx @@ -1084,7 +1084,7 @@ export default function AdminAnalytics() { {/* AI Performance Insights */} {insights.length > 0 && !loading && !refreshing && ( -
+
{insights.map((insight, index) => ( @@ -1139,7 +1139,7 @@ export default function AdminAnalytics() { ) : ( - + Order Trends @@ -1282,7 +1282,7 @@ export default function AdminAnalytics() { ) : ( - + Vendor Growth New vendor registrations over time @@ -1496,7 +1496,7 @@ export default function AdminAnalytics() { {/* Monthly Revenue & Orders Chart */} - Monthly Revenue & Orders + Monthly Revenue & Orders Platform performance by month since launch @@ -1622,7 +1622,7 @@ export default function AdminAnalytics() { {/* Customer Segments Pie Chart */} - Customer Segments + Customer Segments By purchase behavior @@ -1728,7 +1728,7 @@ export default function AdminAnalytics() { {growthData?.monthly && growthData.monthly.length > 0 && ( - Monthly Breakdown + Monthly Breakdown Detailed metrics by month diff --git a/public/git-info.json b/public/git-info.json index c558af4..35e6543 100644 --- a/public/git-info.json +++ b/public/git-info.json @@ -1,4 +1,4 @@ { - "commitHash": "fe6d544", - "buildTime": "2026-01-13T10:04:47.971Z" + "commitHash": "f0b89d6", + "buildTime": "2026-01-13T10:09:36.925Z" } \ No newline at end of file