diff options
| author | schererleander <leander@schererleander.de> | 2025-06-25 01:00:49 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-25 01:00:59 +0200 |
| commit | 64564a6fee02708d375a349d75ce49d515e66f8d (patch) | |
| tree | fa7685e6f51e90af9f8bd45fae1f2133b1237772 /src/components/Navbar.tsx | |
| parent | 12aa0baac380149cdbb36803605be42368e736ad (diff) | |
add markdown-based blog
Diffstat (limited to 'src/components/Navbar.tsx')
| -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 ( |
