hide nav link
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m9s

This commit is contained in:
Jonathan Branan 2025-01-28 04:47:12 -06:00
parent 4bf423525a
commit 676b0c4ac1

View File

@ -4,7 +4,7 @@ const headerNavLinks = [
{ href: '/likes', title: 'Likes' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
// { href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
{ href: '/about', title: 'About' },
]