ready to test

Testing

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-06-22 10:07:20 +08:00
parent 56d984a26a
commit fbef7cb6e6
283 changed files with 25961 additions and 1072 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
import { Users, GitFork, FolderOpen, BookText, ListCheck } from "lucide-react";
import { Users, GitFork, FolderOpen, BookText, ListCheck, ShieldCheck, Megaphone } from "lucide-react";
export const ADMIN_SECTIONS = [
{
@@ -9,6 +9,7 @@ export const ADMIN_SECTIONS = [
tiles: [
{ key: "users", label: "Users", icon: Users, link: "/admin/users" },
{ key: "user-groups", label: "User Groups", icon: GitFork, link: "/admin/groups" },
],
},
{
@@ -28,6 +29,7 @@ export const ADMIN_SECTIONS = [
tiles: [
{ key: "courses", label: "Courses", icon: BookText, link: "/admin/courses" },
{ key: "tasks", label: "Tasks", icon: ListCheck, link: "/admin/taskList" },
{ key: "tiers", label: "Tier Plans", icon: ShieldCheck, link: "/admin/tiers/plans" },
],
},
{
@@ -35,6 +37,8 @@ export const ADMIN_SECTIONS = [
tab: "Site Content",
title: "Site Content",
description: "Manage public-facing content",
tiles: [],
tiles: [
{ key: "advertisements", label: "Advertisements", icon: Megaphone, link: "/admin/advertisements" },
],
},
];