Skip to content

Commit 617d99c

Browse files
titles
1 parent 74e803a commit 617d99c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/about/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
22
import { getMdxContent } from "hooks/useMdxContent";
33

44
export const metadata = {
5-
title: "About :: Feeding Fairness"
5+
title: "About :: Grocery Gap Atlas"
66
}
77

88
export default async function AboutPage() {

app/contact/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
22
import { getMdxContent } from "hooks/useMdxContent";
33

44
export const metadata = {
5-
title: "Contact :: Feeding Fairness"
5+
title: "Contact :: Grocery Gap Atlas"
66
}
77

88
export default async function ContactPage() {

app/data/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
22
import { getMdxContent } from "hooks/useMdxContent";
33

44
export const metadata = {
5-
title: "Data :: Feeding Fairness"
5+
title: "Data :: Grocery Gap Atlas"
66
}
77

88
export default async function AboutPage() {

app/map/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Map from "components/Pages/Map"
22

33
export const metadata = {
4-
title: "Feeding Fairness Map",
4+
title: "Map :: Grocery Gap Atlas",
55
}
66

77
export default function Web() {

app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Home from "components/Pages/Home";
22
import { getMdxContent } from "hooks/useMdxContent";
33

44
export const metadata = {
5-
title: "Feeding Fairness"
5+
title: "Grocery Gap Atlas"
66
}
77

88
export default async function HomePage() {

0 commit comments

Comments
 (0)