summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion/search_user_provider.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-18 20:54:17 -0800
committerCorey Hulen <corey@hulen.com>2015-12-18 20:54:17 -0800
commit0153bc6342392ea9fd17f91bebf50d44cabef789 (patch)
tree1ffa768fb5796da6145f13ee9f2e766f2f668c61 /web/react/components/suggestion/search_user_provider.jsx
parentbb9cb1029539b179725a586057c39507597300de (diff)
parent3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626 (diff)
downloadchat-0153bc6342392ea9fd17f91bebf50d44cabef789.tar.gz
chat-0153bc6342392ea9fd17f91bebf50d44cabef789.tar.bz2
chat-0153bc6342392ea9fd17f91bebf50d44cabef789.zip
Merge pull request #1751 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/suggestion/search_user_provider.jsx')
-rw-r--r--web/react/components/suggestion/search_user_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/suggestion/search_user_provider.jsx b/web/react/components/suggestion/search_user_provider.jsx
index cf2953937..0d553bfc4 100644
--- a/web/react/components/suggestion/search_user_provider.jsx
+++ b/web/react/components/suggestion/search_user_provider.jsx
@@ -22,7 +22,7 @@ class SearchUserSuggestion extends React.Component {
className='profile-img rounded'
src={'/api/v1/users/' + item.id + '/image?time=' + item.update_at}
/>
- {item.username}
+ <i className='fa fa fa-plus-square'></i>{item.username}
</div>
);
}