added patcher and redirect to homepage if user is logged in
This commit is contained in:
@ -6,7 +6,6 @@ import { usePathname } from "next/navigation";
|
||||
const NAV_ITEMS = [
|
||||
{ href: "/home", label: "Home" },
|
||||
{ href: "/chunithm", label: "Chunithm" },
|
||||
// { href: "/maimai", label: "Maimai" },
|
||||
];
|
||||
|
||||
const NavigationMenuDesktop = () => {
|
||||
|
@ -6,7 +6,6 @@ import { usePathname } from "next/navigation";
|
||||
const NAV_ITEMS = [
|
||||
{ href: "/home", label: "Home" },
|
||||
{ href: "/chunithm", label: "Chunithm" },
|
||||
// { href: "/maimai", label: "Maimai" },
|
||||
];
|
||||
|
||||
const NavigationMenuMobile = () => {
|
||||
|
Reference in New Issue
Block a user