summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-29 13:21:11 -0500
committerDessalines <tyhou13@gmx.com>2020-02-29 13:21:11 -0500
commit898971cf156faa6bfdd3082f9b4e4b148745c9a3 (patch)
tree7867d0a17ec34932c3ecb8e5a25dcaa86f27e8ea /ui/src/components/post-listing.tsx
parent8ed1610f48dd6bf0f2a5ba5d93c8766572bb68bb (diff)
Changing to a better discussion icon.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index 90a8b7a1..a0e89268 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -227,7 +227,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
title={i18n.t('comments')}
>
<svg class="icon thumbnail">
- <use xlinkHref="#icon-bubble2"></use>
+ <use xlinkHref="#icon-message-square"></use>
</svg>
</Link>
);