updated headers to capitilize the letters
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m0s

This commit is contained in:
Jonathan Branan 2025-01-28 14:34:28 -06:00
parent 418de925c4
commit bbc1567ea4
2 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
{"art":1,"store":1,"melis-sweetsimple":1,"visual-studio-code":1,"guide":4,"tailwind-nextjs-starter-blog":1,"disney":1,"github":1,"python":1,"projects":1,"code":1,"docker":1,"unraid":1,"cygnus":1,"self-hosted":1,"server":1,"next-js":1} {"github":1,"guide":4,"next-js":1,"visual-studio-code":1,"tailwind-nextjs-starter-blog":1,"cygnus":1,"self-hosted":1,"server":1,"disney":1,"art":1,"store":1,"melis-sweetsimple":1,"python":1,"projects":1,"code":1,"docker":1,"unraid":1}

View File

@ -1,11 +1,11 @@
const headerNavLinks = [ const headerNavLinks = [
{ href: '/', title: 'home' }, { href: '/', title: 'Home' },
{ href: '/blog', title: 'blog' }, { href: '/blog', title: 'Blog' },
{ href: '/likes', title: 'likes' }, { href: '/likes', title: 'Likes' },
{ href: '/tags', title: 'tags' }, { href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'projects' }, { 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' }, { href: '/about', title: 'About' },
] ]
export default headerNavLinks export default headerNavLinks