diff --git a/public/locales/en/translations.json b/public/locales/en/translations.json index ca5cfb7..a4359af 100644 --- a/public/locales/en/translations.json +++ b/public/locales/en/translations.json @@ -1,9 +1,7 @@ { - "root.title": "aux.computer", "root.description": "An alternative to the Nix ecosystem", "header.community": "Community", - "header.Github": "Github", "goals.title": "Goals", "goals.independent.title": "Independent", diff --git a/src/components/Header.astro b/src/components/Header.astro index 1918fc0..dcf350f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -11,7 +11,7 @@ const translation = useTranslations(lang);