diff --git a/electron/servers/nextjs/app/presentation-templates/ProductOverview/BusinessChallengesGridSlide.tsx b/electron/servers/nextjs/app/presentation-templates/ProductOverview/BusinessChallengesGridSlide.tsx
index 3426444a..56e8e510 100644
--- a/electron/servers/nextjs/app/presentation-templates/ProductOverview/BusinessChallengesGridSlide.tsx
+++ b/electron/servers/nextjs/app/presentation-templates/ProductOverview/BusinessChallengesGridSlide.tsx
@@ -9,7 +9,7 @@ const BlockSchema = z.object({
heading: z.string().max(30).meta({
description: "Short heading for a single block of text.",
}),
- body: z.string().max(100).meta({
+ body: z.string().max(80).meta({
description: "Description text for a single block of text.",
}),
});
diff --git a/electron/servers/nextjs/app/presentation-templates/ProductOverview/ComparisonChartSlide.tsx b/electron/servers/nextjs/app/presentation-templates/ProductOverview/ComparisonChartSlide.tsx
index 514c1e58..5d1f5e59 100644
--- a/electron/servers/nextjs/app/presentation-templates/ProductOverview/ComparisonChartSlide.tsx
+++ b/electron/servers/nextjs/app/presentation-templates/ProductOverview/ComparisonChartSlide.tsx
@@ -122,7 +122,7 @@ function StatusIcon({
return ;
}
- return
{status}
+ return{status}
} const ComparisonChartSlide = ({ data }: { data: Partial}) => { {card.heading}