diff options
Diffstat (limited to 'src/components/Navbar/NavLinks.astro')
| -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> |
