diff --git a/.gitignore b/.gitignore index 8e19a9be..8716585f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ !.yarn/plugins !.yarn/releases !.yarn/versions - +.env # testing /coverage diff --git a/app/yearly/[slug]/page.tsx b/app/yearly/[slug]/page.tsx index e11b96f9..f8b8c5cd 100644 --- a/app/yearly/[slug]/page.tsx +++ b/app/yearly/[slug]/page.tsx @@ -433,7 +433,7 @@ export default async function YearlyPage({ ({ - org_name: organizations.find(o => o.slug === p.org_slug)?.name || p.org_slug, + org_name: organizations.find(o => o.slug === p.org_slug)?.name || p.title, org_slug: p.org_slug, mentors: p.mentors || [], contributors: p.contributor ? [p.contributor] : []