jonbio/data/headerNavLinks.ts
Jonathan Branan bbc1567ea4
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m0s
updated headers to capitilize the letters
2025-01-28 14:34:28 -06:00

12 lines
355 B
TypeScript

const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
{ href: '/likes', title: 'Likes' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
{ href: '/about', title: 'About' },
]
export default headerNavLinks