Skip to content

Commit

Permalink
correct pages title (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee authored Mar 3, 2024
1 parent 0d05b2e commit 85e9f25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CallToAction from "~/components/widgets/CallToAction.astro";
import Hero2 from "~/components/widgets/Hero2.astro";
const meta = {
title: "FAQs",
title: "Community",
};
---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CallToAction from "~/components/widgets/CallToAction.astro";
import Button from "~/components/widgets/Button.astro";
const meta = {
title: "FAQs",
title: "Download",
};
---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/setup.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Layout from "~/layouts/PageLayout.astro";
import Steps2 from "~/components/widgets/Steps2.astro";
const meta = {
title: "FAQs",
title: "Setup",
};
---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/sponsor.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Content from "~/components/widgets/Content.astro";
import Hero from "~/components/widgets/Hero.astro";
const meta = {
title: "FAQs",
title: "Sponsors",
};
---

Expand Down

0 comments on commit 85e9f25

Please sign in to comment.