mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
ready to test
Testing Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user