From c0ed35f2b146dfd75348bc80f4247bdced9839ff Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 3 Feb 2018 01:01:53 +0200 Subject: [PATCH] remove link from username in comment component --- web/app/components/comment/__username/comment__username.scss | 1 - web/app/components/comment/comment.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/components/comment/__username/comment__username.scss b/web/app/components/comment/__username/comment__username.scss index b1bb71a5..1546489b 100644 --- a/web/app/components/comment/__username/comment__username.scss +++ b/web/app/components/comment/__username/comment__username.scss @@ -1,4 +1,3 @@ .comment__username { - text-decoration: none; color: #06c5c5; } diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 24a971ac..b1159b7d 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -108,7 +108,7 @@ export default class Comment extends Component {
- {o.user.name} + {o.user.name}