From 87d61929dca6899b291d36d794fff41eee5bd3ee Mon Sep 17 00:00:00 2001 From: becarta Date: Sun, 16 Feb 2025 09:57:58 +0100 Subject: [PATCH] updated links navigation --- src/navigation.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index f2578e7..98ef23d 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -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') }, ] };