Adding Slot to Featured Comments

This commit is contained in:
Belen Curcio
2017-08-21 13:18:46 -03:00
parent 22f473a9ea
commit 9bff90bd4d
@@ -22,9 +22,14 @@ class Comment extends React.Component {
</blockquote>
<div className={cn(`${pluginName}-comment-username-box`)}>
<strong className={cn(styles.username, `${pluginName}-comment-username`)}>
{comment.user.username}
</strong>
<Slot
className={cn(styles.username, `${pluginName}-comment-username`)}
fill="commentAuthorName"
comment={comment}
inline
/>
<span className={cn(styles.timeago, `${pluginName}-comment-timeago`)}>
,{' '}{timeago(comment.created_at)}
</span>