diff --git a/app/overview/page.tsx b/app/overview/page.tsx index 8bff65e5..47529840 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -31,7 +31,7 @@ export default async function Overview() { -
+
1 ? `w-1/${charts.length}` : 'w-full' + const chartWidth = + charts.length > 1 ? `w-full md:w-1/${charts.length}` : 'w-full' return ( -
+
{charts.map(([Chart, props], i) => (