diff --git a/app/tag-data.json b/app/tag-data.json index 846dbd8..53e6589 100644 --- a/app/tag-data.json +++ b/app/tag-data.json @@ -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} \ No newline at end of file +{"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} \ No newline at end of file diff --git a/data/headerNavLinks.ts b/data/headerNavLinks.ts index 5e709cf..f86212e 100644 --- a/data/headerNavLinks.ts +++ b/data/headerNavLinks.ts @@ -1,11 +1,11 @@ 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' }, + { 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