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 +