diff --git a/public/logo-icon.png b/public/logo-icon.png index 05c1870..fc5e9d9 100644 Binary files a/public/logo-icon.png and b/public/logo-icon.png differ diff --git a/src/components/AdminLmsLayout.tsx b/src/components/AdminLmsLayout.tsx index 34594d0..cc95573 100644 --- a/src/components/AdminLmsLayout.tsx +++ b/src/components/AdminLmsLayout.tsx @@ -9,6 +9,8 @@ import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "@/component import { NavLink } from "@/components/NavLink"; import { useAuth } from "@/contexts/AuthContext"; import NotificationDropdown from "@/components/NotificationDropdown"; +import { ThemeToggle } from "@/components/ThemeToggle"; +import { LanguageToggle } from "@/components/LanguageToggle"; import AiAssistantDrawer from "@/components/ai/AiAssistantDrawer"; import AiSearchBar from "@/components/ai/AiSearchBar"; import { usePermissions } from "@/hooks/usePermissions"; @@ -29,7 +31,7 @@ import { CalendarDays, Landmark, UserPlus, ScrollText, Award, HelpCircle as FaqIcon, Bell, Workflow, CalendarOff, DollarSign, BookMarked, BarChartHorizontal, TrendingUp, - Library, Activity, Warehouse, UserCog, + Library, Activity, Warehouse, UserCog, Sparkles, } from "lucide-react"; import React from "react"; @@ -56,6 +58,9 @@ const academicItems: NavItem[] = [ { title: "Exam Structures", url: "/admin/exam-structures", icon: Layers }, { title: "Rubrics", url: "/admin/rubrics", icon: BookOpen }, { title: "Generation", url: "/admin/generation", icon: Wand2 }, + { title: "Review Queue", url: "/admin/exam/review-queue", icon: Sparkles }, + { title: "AI Prompts", url: "/admin/ai/prompts", icon: Wand2 }, + { title: "AI Feedback", url: "/admin/ai/feedback", icon: Sparkles }, { title: "Approval Workflows", url: "/admin/approval-workflows", icon: GitBranch }, ]; @@ -150,6 +155,8 @@ const routeLabels: Record = { students: "Students", teachers: "Teachers", batches: "Batches", timetable: "Timetable", reports: "Reports", assignments: "Assignments", examsList: "Exams List", "exam-structures": "Exam Structures", rubrics: "Rubrics", generation: "Generation", + "review-queue": "Review Queue", review: "Review", prompts: "AI Prompts", ai: "AI", + feedback: "Feedback", "approval-workflows": "Approval Workflows", users: "Users", entities: "Entities", classrooms: "Classrooms", "student-performance": "Student Performance", "stats-corporate": "Stats Corporate", record: "Record", training: "Training", @@ -218,6 +225,8 @@ export default function AdminLmsLayout() {
+ +
+ + diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index f473c04..792d7a8 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -70,12 +70,12 @@ export default function Login() { return (
-
- EnCoach -

- En - Coach -

+
+ EnCoach — Unlock your potential with AI powered platform