summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion/search_user_provider.jsx
diff options
context:
space:
mode:
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>
);
}