diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 4246508..fd1b415 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -7,7 +7,7 @@ export default function Navbar() { { label: 'Gear', href: '/gear' }, { label: 'Projects', href: '/projects' }, { label: 'Homelab', href: '/homelab' }, - { label: '3D Printing', href: '/printing' } + { label: 'Blog', href: '/blog' } ]; return ( |
