Skip to content

Commit

Permalink
hide methodology nav footer button temporilly
Browse files Browse the repository at this point in the history
  • Loading branch information
onehanddev committed Dec 11, 2024
1 parent 1d9b4b8 commit fa37386
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/src/containers/nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
ClipboardListIcon,
ServerCogIcon,
UserIcon,
FileQuestionIcon,
// FileQuestionIcon,
} from "lucide-react";
import { useSession } from "next-auth/react";

Expand Down Expand Up @@ -56,12 +56,12 @@ const navItems = {
},
],
footer: [
{
title: "Methodology",
url: "/methodology",
icon: FileQuestionIcon,
match: (pathname: string) => pathname === "/methodology",
},
// {
// title: "Methodology",
// url: "/methodology",
// icon: FileQuestionIcon,
// match: (pathname: string) => pathname === "/methodology",
// },
],
};

Expand Down

0 comments on commit fa37386

Please sign in to comment.