Add review applications quick action
cgen-bb4a3a008afc4a229dd53e3c2c242809
This commit is contained in:
parent
b1c6c0fa6f
commit
50ae303f19
1 changed files with 6 additions and 0 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue