Skip to content

Commit

Permalink
feat: remove CV menu, privacy concern
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed Jul 4, 2024
1 parent 5155150 commit 9a073f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/layout/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import style from "./style.module.scss";

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

0 comments on commit 9a073f2

Please sign in to comment.