diff --git a/src/pages/index.astro b/src/pages/index.astro index 59e21d5..2c47a4a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ import Section from "@components/Section.astro"; import Grid from "@components/Grid.astro"; --- - +
Divya Jain diff --git a/src/pages/posts.astro b/src/pages/posts.astro index 3e56ab5..358bc2f 100644 --- a/src/pages/posts.astro +++ b/src/pages/posts.astro @@ -4,7 +4,7 @@ import Navbar, { Pages } from "@components/Navbar.astro"; import Header from "@components/Header.astro"; --- - +
Posts diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 7f5995e..ad5ab35 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -8,7 +8,7 @@ import ProjectCard from "@components/ProjectCard.astro"; import Grid from "@components/Grid.astro"; --- - +
Projects