Skip to content

Commit 36790a0

Browse files
authored
Merge pull request #3 from ggteixeira/remove-projects-for-now
Removes projects from the header for now
2 parents 2e53b85 + 2966ad5 commit 36790a0

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)