diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 22335bf..c70ae5b 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -17,7 +17,7 @@ export default function Header() { const homePath = `/${locale}`; const links = [ - { text: t('home'), target: homePath }, + { text: t('home'), target: `${homePath}#home` }, { text: t('works'), target: `${homePath}#works` }, { text: t('about'), target: `${homePath}#about` }, { text: t('blog'), target: `${homePath}/blog` }, @@ -72,7 +72,7 @@ export default function Header() { return (