chore(nav): temporarily disable hubert page
This commit is contained in:
parent
f71583fc66
commit
07a9bb576a
@ -8,7 +8,7 @@ const navItems = [
|
|||||||
{ href: '/', label: 'Home', icon: 'home' },
|
{ href: '/', label: 'Home', icon: 'home' },
|
||||||
{ href: '/dev', label: 'Dev', icon: 'code' },
|
{ href: '/dev', label: 'Dev', icon: 'code' },
|
||||||
{ href: '/blog', label: 'Blog', icon: 'file' },
|
{ 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' },
|
{ href: '/contact', label: 'Contact', icon: 'mail' },
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -138,12 +138,14 @@ function isActive(href: string): boolean {
|
|||||||
>
|
>
|
||||||
Blog
|
Blog
|
||||||
</a>
|
</a>
|
||||||
|
<!-- temporarily disabled
|
||||||
<a
|
<a
|
||||||
href="/hubert"
|
href="/hubert"
|
||||||
class="mobile-nav-link text-3xl font-bold uppercase tracking-wider text-[var(--theme-text-primary)] hover:text-brand-accent transition-colors duration-300"
|
class="mobile-nav-link text-3xl font-bold uppercase tracking-wider text-[var(--theme-text-primary)] hover:text-brand-accent transition-colors duration-300"
|
||||||
>
|
>
|
||||||
Hubert
|
Hubert
|
||||||
</a>
|
</a>
|
||||||
|
-->
|
||||||
<a
|
<a
|
||||||
href="/contact"
|
href="/contact"
|
||||||
class="mobile-nav-link text-3xl font-bold uppercase tracking-wider text-[var(--theme-text-primary)] hover:text-brand-accent transition-colors duration-300"
|
class="mobile-nav-link text-3xl font-bold uppercase tracking-wider text-[var(--theme-text-primary)] hover:text-brand-accent transition-colors duration-300"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user