From b1c28082105e1f256ef36f8c579260a71e654565 Mon Sep 17 00:00:00 2001 From: Yan Holtz Date: Fri, 9 Aug 2024 11:30:23 +0200 Subject: [PATCH] fix logo size --- component/ChartFamilySection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/ChartFamilySection.tsx b/component/ChartFamilySection.tsx index ca8ccc3a..567a7de2 100644 --- a/component/ChartFamilySection.tsx +++ b/component/ChartFamilySection.tsx @@ -33,7 +33,7 @@ export default function ChartFamilySection({ chartLogo={chart.logo} caption={chart.label} isAvailable={chart.isAvailable} - size={129} + size={122} /> );