fixup! interface: fix centering in LinkBlockItem summary

This commit is contained in:
yung calibri 2022-04-18 14:52:51 -04:00
parent 72efd56b0b
commit 2f08d07527

View File

@ -109,8 +109,8 @@ export function LinkBlockItem(props: LinkBlockItemProps & CenterProps) {
{title}
</Text>
<Row gapX="1" alignItems="center">
<Icon icon="Chat" color="black" />
<Text>{children.size}</Text>
<Icon icon="Chat" color="black" />
<Text>{children.size}</Text>
</Row>
</Row>
<Row width="100%">