fix(my-joy-beta): adjust tag/metadata count margin
This commit is contained in:
parent
be7e9f6d03
commit
20b6525eda
@ -58,7 +58,7 @@ export const Metadata = ({
|
|||||||
</Description>
|
</Description>
|
||||||
) : null}
|
) : null}
|
||||||
{proceeded || expanded ? (
|
{proceeded || expanded ? (
|
||||||
<Margin bottom={4}>
|
<Margin bottom={3}>
|
||||||
<H3>
|
<H3>
|
||||||
{metadata.length} key:value pair{metadata.length === 1 ? '' : 's'}
|
{metadata.length} key:value pair{metadata.length === 1 ? '' : 's'}
|
||||||
</H3>
|
</H3>
|
||||||
|
@ -58,7 +58,7 @@ export const Tags = ({
|
|||||||
) : null}
|
) : null}
|
||||||
{proceeded || expanded ? (
|
{proceeded || expanded ? (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Margin bottom={4}>
|
<Margin bottom={3}>
|
||||||
<H3>
|
<H3>
|
||||||
{tags.length} Tag{tags.length === 1 ? '' : 's'}
|
{tags.length} Tag{tags.length === 1 ? '' : 's'}
|
||||||
</H3>
|
</H3>
|
||||||
|
Loading…
Reference in New Issue
Block a user