File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed
src/pages/common/UserNameTag Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,21 @@ export const UserNameTag = (props: IProps) => {
1515
1616 return (
1717 < Flex sx = { { flexDirection : 'column' } } >
18- < Flex sx = { { alignItems : 'center' } } >
19- < Flex sx = { { alignItems : 'center' } } >
20- < Username user = { author } sx = { { position : 'relative' } } />
21- { createdAt && (
22- < Text
23- variant = "auxiliary"
24- sx = { {
25- marginTop : 2 ,
26- marginBottom : 2 ,
27- } }
28- >
29- |{ ' ' }
18+ < Flex sx = { { alignItems : 'center' , gap : 1 } } >
19+ < Username user = { author } sx = { { position : 'relative' } } />
20+ { createdAt && (
21+ < >
22+ < Text variant = "auxiliary" > |</ Text >
23+ < Text variant = "auxiliary" >
3024 < DisplayDate
3125 publishedAction = { publishedAction }
3226 createdAt = { createdAt }
3327 publishedAt = { publishedAt }
3428 modifiedAt = { modifiedAt }
3529 />
3630 </ Text >
37- ) }
38- </ Flex >
31+ </ >
32+ ) }
3933 </ Flex >
4034 </ Flex >
4135 ) ;
You can’t perform that action at this time.
0 commit comments