From 563412affe5c543d56eff87c9502a4d1114669ce Mon Sep 17 00:00:00 2001 From: becarta Date: Tue, 11 Feb 2025 01:07:56 +0100 Subject: [PATCH] updated navigation --- src/navigation.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index 42c9c79..f2578e7 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -6,10 +6,10 @@ export const headerData = { text: 'Home', href: getPermalink('/'), }, - { text: 'About', href: getPermalink('/#about')}, - { text: 'Resume', href: getPermalink('/#resume') }, - { text: 'Skills', href: getPermalink('//#skills') }, - { text: 'Porfolio', href: getPermalink('/#porfolio') }, + { 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') }, ] };