diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 2012ef0..b83e0cf 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -24,8 +24,8 @@ const { page } = Astro.props; aria-label="dvjn"> - Projects Posts + Projects
diff --git a/src/pages/index.astro b/src/pages/index.astro index 3403e4c..33fbf3a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,6 +22,12 @@ import PostsList from "@components/PostsList.astro";

+
+ Posts + + +
+
Projects @@ -29,10 +35,4 @@ import PostsList from "@components/PostsList.astro";
- -
- Posts - - -