From 87127f8f7071d3dd9f64d7bf3b56f016ddded300 Mon Sep 17 00:00:00 2001 From: Clembs Date: Thu, 29 Jan 2026 11:46:43 +0100 Subject: [PATCH] feat: sticky navbar --- src/components/Navbar.astro | 17 +++++++---------- src/styles/global.scss | 17 ++++++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) 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"), -// }, ---