Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Jul 17, 2024
1 parent 74e803a commit 617d99c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
import { getMdxContent } from "hooks/useMdxContent";

export const metadata = {
title: "About :: Feeding Fairness"
title: "About :: Grocery Gap Atlas"
}

export default async function AboutPage() {
Expand Down
2 changes: 1 addition & 1 deletion app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
import { getMdxContent } from "hooks/useMdxContent";

export const metadata = {
title: "Contact :: Feeding Fairness"
title: "Contact :: Grocery Gap Atlas"
}

export default async function ContactPage() {
Expand Down
2 changes: 1 addition & 1 deletion app/data/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
import { getMdxContent } from "hooks/useMdxContent";

export const metadata = {
title: "Data :: Feeding Fairness"
title: "Data :: Grocery Gap Atlas"
}

export default async function AboutPage() {
Expand Down
2 changes: 1 addition & 1 deletion app/map/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Map from "components/Pages/Map"

export const metadata = {
title: "Feeding Fairness Map",
title: "Map :: Grocery Gap Atlas",
}

export default function Web() {
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Home from "components/Pages/Home";
import { getMdxContent } from "hooks/useMdxContent";

export const metadata = {
title: "Feeding Fairness"
title: "Grocery Gap Atlas"
}

export default async function HomePage() {
Expand Down

0 comments on commit 617d99c

Please sign in to comment.