From 50ae303f194a31e62a75459ecae6412ee3d9720c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 02:25:12 +0000 Subject: [PATCH] Add review applications quick action cgen-bb4a3a008afc4a229dd53e3c2c242809 --- client/pages/Admin.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index ab97a8b5..0d2a7930 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -276,6 +276,12 @@ export default function Admin() { icon: Settings, action: () => setActiveTab("operations"), }, + { + label: "Review applications", + description: "Approve partnership or project requests.", + icon: ClipboardList, + action: () => setActiveTab("operations"), + }, { label: "Open Builder CMS", description: "Edit marketing pages and landing content in Builder.io.",