Commit 536b28e1 authored by ZYSzys's avatar ZYSzys Committed by ι™ˆεΈ…

tweak the space between href (#2480)

parent 3394aad3
......@@ -24,8 +24,7 @@ class Center extends PureComponent {
<div className={stylesArticles.description}>{content}</div>
<div className={stylesArticles.extra}>
<Avatar src={avatar} size="small" />
<a href={href}>{owner}</a> ε‘εΈƒεœ¨
<a href={href}>{href}</a>
<a href={href}>{owner}</a> ε‘εΈƒεœ¨ <a href={href}>{href}</a>
<em>{moment(updatedAt).format('YYYY-MM-DD HH:mm')}</em>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment