removed maimai placeholder

This commit is contained in:
Polaris
2024-08-14 22:31:58 -04:00
parent bd5a1a2990
commit d73a167059
3 changed files with 4 additions and 11 deletions

View File

@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
const NAV_ITEMS = [
{ href: "/home", label: "Home" },
{ href: "/chunithm", label: "Chunithm" },
{ href: "/maimai", label: "Maimai" },
// { href: "/maimai", label: "Maimai" },
];
const NavigationMenuDesktop = () => {