From 28802694ddfe207d9cd50596050ee3377b7c0e44 Mon Sep 17 00:00:00 2001 From: imnyang Date: Wed, 9 Sep 2026 14:37:59 +0900 Subject: [PATCH] wow --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 97c5438..246ceae 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,7 +3,7 @@ const navigationItems = [ { label: "Home", href: "#home" }, { label: "About", href: "#about" }, { label: "Projects", href: "#projects" }, - { label: "Timeline", href: "#experience" }, + { label: "Experience", href: "#experience" }, { label: "Contact", href: "#contact" }, ] as const;