add a non-breaking space in between username and pubdate

This commit is contained in:
Riley Davis
2017-02-13 10:53:03 -07:00
parent b962d672f4
commit 5a0af59c45
+1
View File
@@ -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">