remove link from username in comment component

This commit is contained in:
igoradamenko
2018-02-03 01:01:53 +02:00
parent 46c52c6e46
commit c0ed35f2b1
2 changed files with 1 additions and 2 deletions
@@ -1,4 +1,3 @@
.comment__username {
text-decoration: none;
color: #06c5c5;
}
+1 -1
View File
@@ -108,7 +108,7 @@ export default class Comment extends Component {
<div className="comment__content">
<div className="comment__info">
<a href="#" className="comment__username">{o.user.name}</a>
<span className="comment__username">{o.user.name}</span>
<span className="comment__score">
<span