This commit is contained in:
Violet Caulfield
2025-02-05 20:05:56 -06:00
parent af05c518de
commit cd17b366ca

View File

@@ -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 (
<View