diff --git a/components/Global/components/item-card.tsx b/components/Global/components/item-card.tsx index d3f88522..fb97bd3d 100644 --- a/components/Global/components/item-card.tsx +++ b/components/Global/components/item-card.tsx @@ -18,7 +18,7 @@ export function ItemCard(props: CardProps) { const dimensions = props.width && typeof(props.width) === "number" ? { width: props.width, height: props.width } : { width: 150, height: 150 }; - const logoDimensions = props.width && typeof(props.width) === "number" ? { width: props.width / 2, height: props.width / 6 }: { width: 100, height: 30 }; + const logoDimensions = props.width && typeof(props.width) === "number" ? { width: props.width / 2, height: props.width / 6 }: { width: 100, height: 50 }; return (