From cde40df149451aa6afe1e4415c87cf79eda4ace0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 04:22:16 +0000 Subject: [PATCH] Adjust tone for opportunity stat cgen-de40d5c09ae243cc84b99efd222e718a --- client/pages/Admin.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index 689b4923..a672c405 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -297,7 +297,7 @@ export default function Admin() { { title: "Pending project applications", value: projectApplicationsLoading - ? "���" + ? "…" : pendingProjectApplications.toString(), description: "Project collaboration requests awaiting review.", trend: projectApplicationsLoading @@ -314,9 +314,9 @@ export default function Admin() { description: "Contributor & career submissions captured via Opportunities.", trend: opportunityApplicationsLoading ? "Syncing applicant data…" - : `${opportunityApplications.filter((app) => (app.status ?? "new").toLowerCase() === "new").length} new this week`, + : `${opportunityApplications.filter((app) => (app.status ?? "new").toLowerCase() === "new").length} awaiting review`, icon: Rocket, - tone: "teal" as const, + tone: "green" as const, }, ], [