Add comment icon

This commit is contained in:
riggraz
2019-09-02 20:26:09 +02:00
parent 66dde5ee91
commit 0618974543
3 changed files with 52 additions and 1 deletions

View File

@@ -19,7 +19,10 @@ const PostListItem = ({ title, description, postStatus}: Props) => (
}
</div>
<div className="postDetails">
<div className="postDetailsComments">💬 0 comments</div>
<div className="postDetailsComments">
<span className="comment icon"></span>
<span>0 comments</span>
</div>
<div className="postDetailsStatus" style={{color: postStatus.color}}>
<div className="dot" style={{backgroundColor: postStatus.color}}></div>
<span className="postStatusName">{postStatus.name}</span>