From 4b4b0aff70b9df8c61bf72bd0cc85a48e89ae67a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:19:37 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d44a06a..dfbb2d0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -27,7 +27,9 @@ export default function Layout() { }, { "name": "Contact", "href": "#contact" - } + }, + { name: "Blog", href: "/blog" }, + ]; return ( -- 2.49.1