Skip to content

Commit 79763fe

Browse files
committed
cp dines
1 parent 8bf8fc6 commit 79763fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MetadataDisplay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export const MetadataDisplay = ({
4646
}
4747

4848
const content = (
49-
<Box flexDirection="row" alignItems="center" flexWrap="wrap">
49+
<Box flexDirection="row" alignItems="center" flexWrap="wrap" gap={1}>
5050
{title && (
5151
<>
5252
<Text color={colors.accent3} bold>
53-
{figures.info} {title}
53+
{figures.identical} {title}
5454
</Text>
5555
<Text> </Text>
5656
</>

0 commit comments

Comments
 (0)