diff --git a/src/components/Author.astro b/src/components/Author.astro index 8c8202c..a6cabb3 100644 --- a/src/components/Author.astro +++ b/src/components/Author.astro @@ -5,7 +5,7 @@ const username = "anotherhadi" const bio = "Infosec engineer." --- -
+
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 6d237a2..29bf0b4 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -15,7 +15,7 @@ function isActive(href: string) { ---
@@ -67,7 +67,7 @@ function isActive(href: string) {