mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 09:07:59 +00:00
ImageAssetCard: Swap width and height attributes
This commit is contained in:
parent
71d55dcfaa
commit
a84680b984
@ -79,7 +79,7 @@ export const ImageAssetCard = ({
|
|||||||
</Box>
|
</Box>
|
||||||
<CardSubtitle>
|
<CardSubtitle>
|
||||||
<Extension>{extension}</Extension>
|
<Extension>{extension}</Extension>
|
||||||
{height && width && ` - ${height}✕${width}`}
|
{height && width && ` - ${width}✕${height}`}
|
||||||
</CardSubtitle>
|
</CardSubtitle>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardBadge>
|
<CardBadge>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user