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' },
 ]