Skip to content

Commit 929e517

Browse files
chore: comment out projects link in header navigation
1 parent 1a311d4 commit 929e517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/headerNavLinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const headerNavLinks = [
22
{ href: '/', title: 'Home' },
33
{ href: '/blog', title: 'Blog' },
44
{ href: '/tags', title: 'Tags' },
5-
{ href: '/projects', title: 'Projects' },
5+
// { href: '/projects', title: 'Projects' },
66
{ href: '/about', title: 'About' },
77
]
88

0 commit comments

Comments
 (0)