updated links navigation

This commit is contained in:
becarta
2025-02-16 09:57:58 +01:00
parent 1d97fe9569
commit 87d61929dc

View File

@@ -6,10 +6,10 @@ export const headerData = {
text: 'Home',
href: getPermalink('/'),
},
{ text: 'About', href: getPermalink('/en/about')},
{ text: 'Resume', href: getPermalink('/en/resume') },
{ text: 'Certifications', href: getPermalink('/en/Certifications') },
{ text: 'Skills', href: getPermalink('/en/skills') },
{ text: 'About', href: getPermalink('/en/#about')},
{ text: 'Resume', href: getPermalink('/en/#resume') },
{ text: 'Certifications', href: getPermalink('/en/#Certifications') },
{ text: 'Skills', href: getPermalink('/en/#skills') },
{ text: 'Blog', href: getPermalink('/blog') },
]
};