Skip to content

Commit

Permalink
fix page headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjn committed Jun 17, 2024
1 parent 12fa1db commit 85a7a2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Section from "@components/Section.astro";
import Grid from "@components/Grid.astro";
---

<BaseLayout title="Divya Jain - Developer, Creator, Learner">
<BaseLayout title="Divya Jain">
<Navbar page={Pages.Home} />
<Header withGradient>
<Fragment slot="title">Divya Jain</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/posts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navbar, { Pages } from "@components/Navbar.astro";
import Header from "@components/Header.astro";
---

<BaseLayout title="Divya Jain - Developer, Creator, Learner">
<BaseLayout title="Posts | Divya Jain">
<Navbar page={Pages.Posts} />
<Header withGradient>
<Fragment slot="title">Posts</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ProjectCard from "@components/ProjectCard.astro";
import Grid from "@components/Grid.astro";
---

<BaseLayout title="Divya Jain - Developer, Creator, Learner">
<BaseLayout title="Projects | Divya Jain">
<Navbar page={Pages.Projects} />
<Header withGradient>
<Fragment slot="title">Projects</Fragment>
Expand Down

0 comments on commit 85a7a2a

Please sign in to comment.