diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 07:48:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 07:48:52 +0100 |
| commit | 4c585f562ccd2a7474367d21ba772140dfb3b03d (patch) | |
| tree | b8f24b7247cd005e6c1618460bb43473f4c9ccc8 /src/components | |
| parent | 42d557e9c6c13f84769a52644ddbcc576a1bb817 (diff) | |
Adds about us section
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Navbar/NavLinks.astro | 3 |
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> |
