diff --git a/src/components/Header.astro b/src/components/Header.astro index de33c50..194bc5a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -19,7 +19,10 @@ const skills = [ href: getRelativeLocaleUrl(lang, "it-software-solutions-for-business"), }, { - name: "Web-Entwicklung", + name: t({ + de: "Web-Entwicklung", + en: "Web Technologies" + }), href: getRelativeLocaleUrl(lang, "web-technologies"), }, ];