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);
- {translation("root.title")} + aux.computer
@@ -22,7 +22,7 @@ const translation = useTranslations(lang);
  • Contribute
  • -->
  • {translation("header.community")}
  • -
  • {translation("header.github")}
  • +
  • Github
  • diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 2c9e0d9..6acc0f0 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -10,7 +10,7 @@ const translation = useTranslations(lang);
    -

    {translation("root.title")}

    +

    aux.computer

    {translation("root.description")}