diff --git a/src/components/(home)/navLink.tsx b/src/components/(home)/navLink.tsx index 888728b0..37ef3509 100644 --- a/src/components/(home)/navLink.tsx +++ b/src/components/(home)/navLink.tsx @@ -6,7 +6,7 @@ import { usePathname } from "next/navigation"; const navLinks = [ {id:1, href: "/docs", label: "Docs", active:true }, // {id:2, href: "#", label: "Showcase" ,active:false}, - {id:3, href: "/blog", label: "Blog" ,active:false}, + // {id:3, href: "/blog", label: "Blog" ,active:false}, ] /**