From cd17b366caf45dc6d3283b394d0db3053ebd832d Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 5 Feb 2025 20:05:56 -0600 Subject: [PATCH] plz --- components/Global/components/item-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (