From 4c585f562ccd2a7474367d21ba772140dfb3b03d Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:48:52 +0100 Subject: Adds about us section --- src/components/Navbar/NavLinks.astro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/Navbar/NavLinks.astro') diff --git a/src/components/Navbar/NavLinks.astro b/src/components/Navbar/NavLinks.astro index a34014e..fe2ade0 100644 --- a/src/components/Navbar/NavLinks.astro +++ b/src/components/Navbar/NavLinks.astro @@ -13,6 +13,9 @@ const t = translate(locale);
  • {t(tNews, { key: 'title' })}
  • +
  • + {t(tHame, { key: 'about-us' })} +
  • {t(tFurthsettins, { key: 'title' })}
  • -- cgit v1.2.3