File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
2
2
import { getMdxContent } from "hooks/useMdxContent" ;
3
3
4
4
export const metadata = {
5
- title : "About :: Feeding Fairness "
5
+ title : "About :: Grocery Gap Atlas "
6
6
}
7
7
8
8
export default async function AboutPage ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
2
2
import { getMdxContent } from "hooks/useMdxContent" ;
3
3
4
4
export const metadata = {
5
- title : "Contact :: Feeding Fairness "
5
+ title : "Contact :: Grocery Gap Atlas "
6
6
}
7
7
8
8
export default async function ContactPage ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer";
2
2
import { getMdxContent } from "hooks/useMdxContent" ;
3
3
4
4
export const metadata = {
5
- title : "Data :: Feeding Fairness "
5
+ title : "Data :: Grocery Gap Atlas "
6
6
}
7
7
8
8
export default async function AboutPage ( ) {
Original file line number Diff line number Diff line change 1
1
import Map from "components/Pages/Map"
2
2
3
3
export const metadata = {
4
- title : "Feeding Fairness Map " ,
4
+ title : "Map :: Grocery Gap Atlas " ,
5
5
}
6
6
7
7
export default function Web ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Home from "components/Pages/Home";
2
2
import { getMdxContent } from "hooks/useMdxContent" ;
3
3
4
4
export const metadata = {
5
- title : "Feeding Fairness "
5
+ title : "Grocery Gap Atlas "
6
6
}
7
7
8
8
export default async function HomePage ( ) {
You can’t perform that action at this time.
0 commit comments