Skip to content

Commit

Permalink
fix: skill 17 english name in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Oct 19, 2024
1 parent ca83956 commit 176cf02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
];
Expand Down

0 comments on commit 176cf02

Please sign in to comment.