diff --git a/src/components/Hero.astro b/src/components/Hero.astro index fb10cce..e860036 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -356,6 +356,10 @@ const { Projects + + Infosec Notes + + Contact Me diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0d0eb99..39548bd 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,7 +4,7 @@ const pathname = Astro.url.pathname; const links = [ { href: "/", label: "home" }, { href: "/blog", label: "blog" }, - { href: "/notes", label: "notes" }, + { href: "/notes", label: "infosec notes" }, { href: "/projects", label: "projects" }, ]; @@ -28,7 +28,11 @@ function isActive(href: string) { ~/hadi -
+