Skip to content

Commit 2966ad5

Browse files
committed
Removes projects from the header for now
1 parent 2e53b85 commit 2966ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/consts.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ export const LINKS: Links = [
5151
TEXT: "Blog",
5252
HREF: "/blog",
5353
},
54-
{
55-
TEXT: "Projects",
56-
HREF: "/projects",
57-
},
54+
// {
55+
// TEXT: "Projects",
56+
// HREF: "/projects",
57+
// },
5858
{
5959
TEXT: "About",
6060
HREF: "/about"

0 commit comments

Comments
 (0)