change styles of username
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.comment__username {
|
||||
color: #06c5c5;
|
||||
color: #777;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.comment_view_admin {
|
||||
.comment__username {
|
||||
font-weight: 700;
|
||||
color: #ff4700;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -177,7 +177,6 @@ export default class Comment extends Component {
|
||||
|
||||
<div className="comment__content">
|
||||
<div className="comment__info">
|
||||
{/* TODO: add link to user's profile in social if we have it */}
|
||||
<span className="comment__username">{o.user.name}</span>
|
||||
|
||||
<span className="comment__score">
|
||||
|
||||
Reference in New Issue
Block a user