mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
fixup! interface: fix centering in LinkBlockItem summary
This commit is contained in:
parent
72efd56b0b
commit
2f08d07527
@ -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%">
|
||||
|
Loading…
Reference in New Issue
Block a user