aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-06-08 14:19:32 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-06-08 14:19:32 +0200
commit67eb91ad6dccf2a14e3f8d3b285c75d251322973 (patch)
tree648fc2de5568ef8f541e6c7033e3c1a0a953a92e /src/components
parent3f513363524c7cfd9d7fb573454090d2ba01bda9 (diff)
downloadinvoice-67eb91ad6dccf2a14e3f8d3b285c75d251322973.tar.gz
invoice-67eb91ad6dccf2a14e3f8d3b285c75d251322973.zip
feat(blogs): implement blogging functionality
- Implement static blog generation from markdown files
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>