summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_results_item.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
commit4abe6037bbc57bba77b0ceb9014595e37f9d1710 (patch)
tree52043f9101b8d6ca692587d72c9599b6ab85e60b /web/react/components/search_results_item.jsx
parent4a214cdaa2912f48dec4361722522c424384af49 (diff)
downloadchat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.gz
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.bz2
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.zip
Fixing system console and changing swapping icon with reply icon
Diffstat (limited to 'web/react/components/search_results_item.jsx')
-rw-r--r--web/react/components/search_results_item.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/search_results_item.jsx b/web/react/components/search_results_item.jsx
index f235cac0a..e4f83eb1c 100644
--- a/web/react/components/search_results_item.jsx
+++ b/web/react/components/search_results_item.jsx
@@ -89,7 +89,7 @@ export default class SearchResultsItem extends React.Component {
>
<span
className='comment-icon'
- dangerouslySetInnerHTML={{__html: Constants.COMMENT_ICON}}
+ dangerouslySetInnerHTML={{__html: Constants.REPLY_ICON}}
/>
</a>
</li>