diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index d1416af..bb7f0f1 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -12,21 +12,17 @@ const targets = [ name: t("blog"), href: translatePaths("/blog"), }, + { + name: t("contact"), + href: translatePaths("/contact"), + }, ]; -// { -// name: t("about"), -// href: translatePaths("/about"), -// }, -// { -// name: t("now"), -// href: translatePaths("/now"), -// }, ---