summaryrefslogtreecommitdiff
path: root/src/components/Navbar/NavLinks.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-23 07:48:52 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-23 07:48:52 +0100
commit4c585f562ccd2a7474367d21ba772140dfb3b03d (patch)
treeb8f24b7247cd005e6c1618460bb43473f4c9ccc8 /src/components/Navbar/NavLinks.astro
parent42d557e9c6c13f84769a52644ddbcc576a1bb817 (diff)
Adds about us section
Diffstat (limited to 'src/components/Navbar/NavLinks.astro')
-rw-r--r--src/components/Navbar/NavLinks.astro3
1 files changed, 3 insertions, 0 deletions
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
@@ -14,6 +14,9 @@ const t = translate(locale);
<a class="btn" href={`/${locale}/news`}>{t(tNews, { key: 'title' })}</a>
</li>
<li>
+ <a class="btn" href={`/${locale}/#about`}>{t(tHame, { key: 'about-us' })}</a>
+ </li>
+ <li>
<a class="btn" href={`/${locale}/furthsettins`}>{t(tFurthsettins, { key: 'title' })}</a>
</li>
<li>