From a70ef2c0869ec0bb341d0171e726e55ba288203a Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 26 Jun 2025 23:49:47 +0200 Subject: remove homelab entry --- src/components/Navbar.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components') 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' } ]; -- cgit v1.3.1