From 676b0c4ac1fe8d9b48947d75dabae4b036af8bf3 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 28 Jan 2025 04:47:12 -0600 Subject: [PATCH] hide nav link --- data/headerNavLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/headerNavLinks.ts b/data/headerNavLinks.ts index f86212e..bd00834 100644 --- a/data/headerNavLinks.ts +++ b/data/headerNavLinks.ts @@ -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' }, ]