summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_info/post_info.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post_info/post_info.jsx')
-rw-r--r--webapp/components/post_view/post_info/post_info.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/post_view/post_info/post_info.jsx b/webapp/components/post_view/post_info/post_info.jsx
index 21492b92f..2c5b98c69 100644
--- a/webapp/components/post_view/post_info/post_info.jsx
+++ b/webapp/components/post_view/post_info/post_info.jsx
@@ -173,7 +173,10 @@ export default class PostInfo extends React.PureComponent {
className='reacticon__container'
onClick={this.toggleEmojiPicker}
>
- <i className='fa fa-smile-o'/>
+ <span
+ className='icon icon--emoji'
+ dangerouslySetInnerHTML={{__html: Constants.EMOJI_ICON_SVG}}
+ />
</a>
</span>