Append Staff realm option
cgen-b7a3c79faaf14bbc85e4d39f9c3c9603
This commit is contained in:
parent
1b04550634
commit
318870ffd9
1 changed files with 16 additions and 0 deletions
|
|
@ -115,6 +115,22 @@ export const REALM_OPTIONS: RealmOption[] = [
|
|||
"Insight dashboards",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "staff",
|
||||
name: "Operations Command",
|
||||
title: "AeThex Staff",
|
||||
description:
|
||||
"Internal realm for site staff and employees: operations dashboards, moderation, and admin tooling.",
|
||||
icon: Shield,
|
||||
gradient: "from-sky-600 to-indigo-700",
|
||||
route: "/staff",
|
||||
routeLabel: "Staff",
|
||||
highlights: [
|
||||
"Moderation & triage",
|
||||
"Operational dashboards",
|
||||
"Internal tools & audits",
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const EXPERIENCE_OPTIONS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue