aboutsummaryrefslogtreecommitdiff
path: root/src/components/Navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navbar.tsx')
-rw-r--r--src/components/Navbar.tsx2
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 (