From 49ce55e382c8cff42613d1159d20e225bbe9e79f Mon Sep 17 00:00:00 2001 From: Divya Jain Date: Sun, 28 Jul 2024 18:09:34 +0530 Subject: [PATCH] :lipstick: put posts first --- src/components/Navbar.astro | 2 +- src/pages/index.astro | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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 - - -