Skip to content

Commit

Permalink
fix logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Aug 9, 2024
1 parent c4e5e9b commit b1c2808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/ChartFamilySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ChartFamilySection({
chartLogo={chart.logo}
caption={chart.label}
isAvailable={chart.isAvailable}
size={129}
size={122}
/>
</div>
);
Expand Down

0 comments on commit b1c2808

Please sign in to comment.