From 1899335e606a44f65951840cfa7c4b880e475fad Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Fri, 17 Apr 2026 11:32:46 +0200 Subject: [PATCH] fixed some responsive design details --- components/layout/Header.tsx | 4 ++-- components/sections/HeroSection.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 (
- +
M. Guilbert
logo mg dev diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index 8eec660..c0a0298 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -22,6 +22,7 @@ export default function HeroSection() { return (