summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-node.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-04 14:13:08 -0500
committerDessalines <tyhou13@gmx.com>2020-03-04 14:13:08 -0500
commitf601d6cd03a879c1f6e490cb4ecf954cb1d04d22 (patch)
treeb3706a27c56c3ecdc1afb91a2ede35b3018a504e /ui/src/components/comment-node.tsx
parent7c274fdd35b30b645b08740987423bd633e3ba9e (diff)
Switching from heart to zap symbol for points.
Diffstat (limited to 'ui/src/components/comment-node.tsx')
-rw-r--r--ui/src/components/comment-node.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx
index cfca0f3b..9759a13a 100644
--- a/ui/src/components/comment-node.tsx
+++ b/ui/src/components/comment-node.tsx
@@ -183,7 +183,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
<li className="list-inline-item">
<span className={this.scoreColor}>
<svg class="small icon icon-inline mr-1">
- <use xlinkHref="#icon-heart"></use>
+ <use xlinkHref="#icon-zap"></use>
</svg>
{this.state.score}
</span>