diff --git a/src/components/navigation/NavigationItem.astro b/src/components/navigation/NavigationItem.astro
index a23a3d0..c795f2c 100644
--- a/src/components/navigation/NavigationItem.astro
+++ b/src/components/navigation/NavigationItem.astro
@@ -6,9 +6,7 @@ const isBlogRoute = pathname.startsWith("/blog")
const isHome = href === "/"
const isActive = href === pathname || isBlogRoute && isHome
---
-
- {label}
-
+{label}