diff --git a/apps/web/src/components/models/course/detail/CourseDetailDescription/CourseDetailNavBar.tsx b/apps/web/src/components/models/course/detail/CourseDetailDescription/CourseDetailNavBar.tsx deleted file mode 100755 index a5b862d..0000000 --- a/apps/web/src/components/models/course/detail/CourseDetailDescription/CourseDetailNavBar.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import { NavBar } from "@web/src/components/presentation/NavBar"; -import { HomeIcon, BellIcon } from "@heroicons/react/24/outline"; -import { - DocumentTextIcon, - MagnifyingGlassIcon, - StarIcon, -} from "@heroicons/react/24/solid"; - -export default function CourseDetailNavBar() { - const navItems = [ - { - id: "search", - icon: , - label: "搜索", - }, - { - id: "overview", - icon: , - label: "概述", - }, - { - id: "notes", - icon: , - label: "备注", - }, - { - id: "announcements", - icon: , - label: "公告", - }, - { - id: "reviews", - icon: , - label: "评价", - }, - ]; - - return ( -
- console.log("Selected:", id)} - /> -
- ); -}