ImageAssetCard: Swap width and height attributes

This commit is contained in:
Gustav Hansen 2022-02-22 17:09:46 +01:00
parent 71d55dcfaa
commit a84680b984

View File

@ -79,7 +79,7 @@ export const ImageAssetCard = ({
</Box>
<CardSubtitle>
<Extension>{extension}</Extension>
{height && width && ` - ${height}${width}`}
{height && width && ` - ${width}${height}`}
</CardSubtitle>
</CardContent>
<CardBadge>