From add0f7c5e1e79f4269a445254c0935874ebb7905 Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 25 Jul 2023 20:44:38 +0200 Subject: [PATCH] fix: collections images in the homepage --- front/app/orgs/[orgslug]/(withmenu)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/app/orgs/[orgslug]/(withmenu)/page.tsx b/front/app/orgs/[orgslug]/(withmenu)/page.tsx index a6f7d4b7..897513e8 100644 --- a/front/app/orgs/[orgslug]/(withmenu)/page.tsx +++ b/front/app/orgs/[orgslug]/(withmenu)/page.tsx @@ -64,7 +64,7 @@ const OrgHomePage = async (params: any) => {
{collection.courses.slice(0, 3).map((course: any) => ( - {course.name} + {course.name} ))}