feat(lessons): add new lessons for english section

This commit is contained in:
shafin-r
2026-03-09 16:41:06 +06:00
parent b5edb3554f
commit 59e601052f
38 changed files with 9086 additions and 1205 deletions

View File

@ -1,5 +1,5 @@
import { Outlet, NavLink, useLocation } from "react-router-dom";
import { Home, BookOpen, Award, User, Video, Map } from "lucide-react";
import { Home, BookOpen, Award, User, Map, SquareLibrary } from "lucide-react";
import { SidebarProvider } from "../../components/ui/sidebar";
import { AppSidebar } from "../../components/AppSidebar";
@ -27,7 +27,7 @@ const NAV_ITEMS = [
},
{
to: "/student/lessons",
icon: Video,
icon: SquareLibrary,
label: "Lessons",
color: "#0891b2",
bg: "rgba(8,145,178,0.12)",