diff --git a/src/components/nav-main.tsx b/src/components/nav-main.tsx index 1d71af1..c7d45b5 100644 --- a/src/components/nav-main.tsx +++ b/src/components/nav-main.tsx @@ -1,6 +1,7 @@ "use client" import { ChevronRight, type LucideIcon } from "lucide-react" +import Link from "next/link"; import { Collapsible, @@ -56,9 +57,9 @@ export function NavMain({ {item.items?.map((subItem) => ( - + {subItem.title} - + ))}