mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 04:17:21 +00:00
feedback fix
This commit is contained in:
parent
d2a689bedf
commit
24428bf71e
@ -69,7 +69,7 @@ export const AssetMeta = ({ size, date, dimension, extension }) => {
|
|||||||
fontSize={1}
|
fontSize={1}
|
||||||
lineHeight={3}
|
lineHeight={3}
|
||||||
>
|
>
|
||||||
KIKOU{extension}
|
{extension}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
</GridItem>
|
</GridItem>
|
||||||
|
@ -1243,7 +1243,6 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="c32"
|
class="c32"
|
||||||
>
|
>
|
||||||
KIKOU
|
|
||||||
png
|
png
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1243,7 +1243,6 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="c32"
|
class="c32"
|
||||||
>
|
>
|
||||||
KIKOU
|
|
||||||
png
|
png
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user