diff --git a/apps/web/components/Landings/LandingCustom.tsx b/apps/web/components/Landings/LandingCustom.tsx index 2985739c..84bcdc37 100644 --- a/apps/web/components/Landings/LandingCustom.tsx +++ b/apps/web/components/Landings/LandingCustom.tsx @@ -189,13 +189,14 @@ function LandingCustom({ landing, orgslug }: LandingCustomProps) { className="py-16 mx-2 sm:mx-4 lg:mx-16 w-full" >

{section.title}

-
+
{featuredCourses.map((course: any) => ( - +
+ +
))} {featuredCourses.length === 0 && (