- Course
+ Courses
Manage and organize your learning content.
@@ -85,7 +91,7 @@ function CoursePage() {
id="draft"
className="h-7 rounded px-6 py-5 text-base font-normal text-gray-500"
>
- Draft
+ Active
@@ -93,15 +99,7 @@ function CoursePage() {
id="published"
className="h-7 rounded px-6 py-5 text-base font-normal text-gray-500"
>
- Published
-
-
-
-
- Archived
+ Inactive
@@ -119,7 +117,12 @@ function CoursePage() {
{stats.map((course) => (
-
+ handleClick(course)}
+ />
))}
>