Remove latest nav link
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 18:29:06 +05:30
parent 164f4a0f3c
commit 0025e453e8
9 changed files with 5 additions and 9 deletions

View file

@ -33,7 +33,6 @@ const Navbar = ({ currentPage }: { currentPage: string }) => {
const ITEMS = [
{ label: "About", href: "/about" },
{ label: "Latest", href: "/latest" },
];
return (