Skip to content

Commit

Permalink
hide unready menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed May 21, 2024
1 parent 69aff27 commit bfab4a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/_components/layout/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { BiMenu, BiMenuAltRight } from "react-icons/bi";
import style from "./style.module.scss";

const menuList = [
{ label: "About", href: "/about" },
{ label: "CV", href: "/cv" },
{ label: "Projects", href: "/projects" },
// { label: "About", href: "/about" },
// { label: "CV", href: "/cv" },
// { label: "Projects", href: "/projects" },
{ label: "Posts", href: "/posts" },
];

Expand Down

0 comments on commit bfab4a4

Please sign in to comment.