Skip to content

Commit

Permalink
chore: archive codercamp page (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Jun 5, 2024
1 parent 44c5376 commit 7b4733e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const icons = {
"/web/team": <TeamOutlined />,
"/web/hall-of-fame": <CrownOutlined />,
"/web/faqs": <QuestionCircleOutlined />,
"/web/codercamp": <CalendarOutlined />,
"/blog": <BookOutlined />,
};

Expand Down
1 change: 0 additions & 1 deletion packages/ui/components/landing/Header/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export const MENU_ENTRIES = [
// { key: "/web/hall-of-fame", text: "Hall of Fame" },
{ key: "/web/faqs", text: "Faqs" },
//{ key: "/web/dojocon", text: "DojoCon" },
{ key: "/web/codercamp", text: "Coder Camp" },
{ key: "/blog", text: "Blog" },
];

0 comments on commit 7b4733e

Please sign in to comment.