From 07a9bb576a81969091982f19d978ac735e9cfd69 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Mon, 19 Jan 2026 23:23:14 -0700 Subject: [PATCH] chore(nav): temporarily disable hubert page --- src/components/Navigation.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 9e84b0a..0c33869 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -8,7 +8,7 @@ const navItems = [ { href: '/', label: 'Home', icon: 'home' }, { href: '/dev', label: 'Dev', icon: 'code' }, { href: '/blog', label: 'Blog', icon: 'file' }, - { href: '/hubert', label: 'Hubert', icon: 'chat' }, + // { href: '/hubert', label: 'Hubert', icon: 'chat' }, // temporarily disabled { href: '/contact', label: 'Contact', icon: 'mail' }, ]; @@ -138,12 +138,14 @@ function isActive(href: string): boolean { > Blog +