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;