mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
add a non-breaking space in between username and pubdate
This commit is contained in:
@@ -108,6 +108,7 @@ class Comment extends React.Component {
|
||||
{ isStaff(comment.tags)
|
||||
? <TagLabel isStaff={true}/>
|
||||
: null }
|
||||
{'\u00a0'}
|
||||
<PubDate created_at={comment.created_at} />
|
||||
<Content body={comment.body} />
|
||||
<div className="commentActionsLeft">
|
||||
|
||||
Reference in New Issue
Block a user