Skip to content

Commit 26d44ca

Browse files
feat: add new navigation links for About, Education, iOS App, and Shop
1 parent e3188f1 commit 26d44ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/headerNavLinks.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
const headerNavLinks = [
22
{ href: '/', title: 'Home' },
33
{ href: '/blog', title: 'Blog' },
4+
{ href: '/about', title: 'About' },
45
{ href: '/tags', title: 'Tags' },
6+
{ href: 'https://education.ditectrev.com', title: 'Education', external: true },
7+
{ href: 'https://apps.apple.com/app/cloudmaster-swift/id6503601139', title: 'iOS App', external: true },
8+
{ href: 'https://shop.ditectrev.com/', title: 'Shop', external: true },
59
// { href: '/projects', title: 'Projects' },
6-
{ href: '/about', title: 'About' },
710
]
811

912
export default headerNavLinks

0 commit comments

Comments
 (0)