Skip to content

Commit

Permalink
implemented feedback - removed unncessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AZBL committed Jun 8, 2024
1 parent c453fe1 commit 442de71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/(content-pages)/gentrification/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { generateMetadata } from "@/utilities/generateMetaData";
const title = "Gentrification";
const url = "/gentrification";
const description =
"At Clean & Green Philly, we try to avoid contributing to green gentrification here in Philadelphia."; // ??
"At Clean & Green Philly, we try to avoid contributing to green gentrification here in Philadelphia.";

export const metadata = generateMetadata({
title,
Expand Down
2 changes: 1 addition & 1 deletion src/app/(content-pages)/methodology/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { generateMetadata } from "@/utilities/generateMetaData";

const title = "Methodology";
const description =
"Clean & Green Philly combines several public datasets in order to categorize Philadelphia’s vacant properties based on how important it is that someone intervene there."; //??
"Clean & Green Philly combines several public datasets to categorize Philadelphia’s vacant properties based on how important it is that someone intervene there.";
const url = "/methodology";

export const metadata = generateMetadata({
Expand Down
2 changes: 1 addition & 1 deletion src/app/find-properties/[[...opa_id]]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CookieConsentBanner from "@/components/CookieConsentBanner";
const title = "Find Properties";
const url = "/find-properties";
const description =
"You can search and find vacant properties that match your goals. Use our data to understand those properties and how to take action."; //?
"You can search and find vacant properties that match your goals. Use our data to understand those properties and how to take action.";

export const metadata = generateMetadata({
title,
Expand Down

0 comments on commit 442de71

Please sign in to comment.