mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
add: tasks func()
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -26,8 +26,8 @@ export const ADMIN_SECTIONS = [
|
||||
title: "Content Management",
|
||||
description: "Manage tasks and courses",
|
||||
tiles: [
|
||||
{ key: "assets", label: "Courses", icon: BookText, link: "/admin/courses" },
|
||||
{ key: "assets", label: "Tasks", icon: ListCheck, link: "" },
|
||||
{ key: "courses", label: "Courses", icon: BookText, link: "/admin/courses" },
|
||||
{ key: "tasks", label: "Tasks", icon: ListCheck, link: "/admin/taskList" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user