aboutsummaryrefslogtreecommitdiff
path: root/src/components/Navbar.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-06-25 01:00:49 +0200
committerschererleander <leander@schererleander.de>2025-06-25 01:00:59 +0200
commit64564a6fee02708d375a349d75ce49d515e66f8d (patch)
treefa7685e6f51e90af9f8bd45fae1f2133b1237772 /src/components/Navbar.tsx
parent12aa0baac380149cdbb36803605be42368e736ad (diff)
add markdown-based blog
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 (