aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/header.tsx b/src/components/header.tsx
index d54d957..0637fc2 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -9,7 +9,7 @@ export const Header = () => {
</Link>
<ul className="flex gap-2">
<li>
- <Link href="/blog">Blog</Link>
+ <Link href="/blogs">Blogs</Link>
</li>
<li>
<Link href="/help">Help</Link>