diff --git a/src/pages/de/index.astro b/src/pages/de/index.astro index 05f6f79..1996d3a 100644 --- a/src/pages/de/index.astro +++ b/src/pages/de/index.astro @@ -35,7 +35,6 @@ const yearsSince = currentYear - fixedYear; { text: 'Über mich', href: '#about' }, { text: 'Lebenslauf', href: '#resume' }, { text: 'Fähigkeiten', href: '#skills' }, - { text: 'Portfolio', href: '#porfolio' }, { text: 'Blog', href: '#blog' }, ]} actions={[ diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index ea8141c..a957434 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -35,7 +35,6 @@ const yearsSince = currentYear - fixedYear; { text: 'About', href: '#about' }, { text: 'Resume', href: '#resume' }, { text: 'Skills', href: '#skills' }, - { text: 'Porfolio', href: '#porfolio' }, { text: 'Blog', href: '#blog' }, ]} actions={[ diff --git a/src/pages/nl/index.astro b/src/pages/nl/index.astro index a23a955..ef257e8 100644 --- a/src/pages/nl/index.astro +++ b/src/pages/nl/index.astro @@ -35,7 +35,6 @@ const yearsSince = currentYear - fixedYear; { text: 'Over', href: '#about' }, { text: 'CV', href: '#resume' }, { text: 'Vaardigheden', href: '#skills' }, - { text: 'Portfolio', href: '#porfolio' }, { text: 'Blog', href: '#blog' }, ]} actions={[