Skip to content

Commit

Permalink
Made title of Contentful into title of project in page
Browse files Browse the repository at this point in the history
  • Loading branch information
javalosr2004 committed Sep 21, 2024
1 parent 1c56aa0 commit a98c3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export async function getStaticProps() {
};

const projects: ProjectCardItem[] = projectData.map((p: any) => ({
title: p.nonprofit.name,
title: p.title,
slug: p.slug,
blurb: p.blurb,
year: p.year,
Expand Down

0 comments on commit a98c3ad

Please sign in to comment.