mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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>
|
||||
<CardSubtitle>
|
||||
<Extension>{extension}</Extension>
|
||||
{height && width && ` - ${height}✕${width}`}
|
||||
{height && width && ` - ${width}✕${height}`}
|
||||
</CardSubtitle>
|
||||
</CardContent>
|
||||
<CardBadge>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user