diff --git a/app/projects/page.tsx b/app/projects/page.tsx index 585c4de6..16693665 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -35,7 +35,7 @@ export default async function Projects(props: { ] = await Promise.all([ getUser(supabase), listProjects(supabase), - getRecentFullComments(supabase, PAGE_SIZE, start), + getRecentFullComments(supabase, PAGE_SIZE, start), getRecentFullTxns(supabase, PAGE_SIZE, start), getRecentFullBids(supabase, PAGE_SIZE, start), listSimpleCauses(supabase), @@ -49,9 +49,11 @@ export default async function Projects(props: {

Current programs

+ {featuredCauses.map((cause) => ( ))} + numGrants ? 'certs' : 'grants' }`}