diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Navbar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index eb325fd..5f9dbbd 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -5,7 +5,6 @@ export default function Navbar() { { label: 'Home', href: '/' }, { label: 'Gear', href: '/gear' }, { label: 'Projects', href: '/projects' }, - { label: 'Homelab', href: '/homelab' }, { label: 'Blog', href: '/blog' } ]; |
