summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-08-25 19:29:31 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-25 10:29:31 -0400
commit1a71589dce9781be8c9eca17a5d96f94b57d0679 (patch)
tree0c962b9c0a7c0aa147fe3856d33ea64683708d92 /webapp/components/post_view
parent086365fb84e1d8096993756b79558bc204b1df2e (diff)
downloadchat-1a71589dce9781be8c9eca17a5d96f94b57d0679.tar.gz
chat-1a71589dce9781be8c9eca17a5d96f94b57d0679.tar.bz2
chat-1a71589dce9781be8c9eca17a5d96f94b57d0679.zip
PLT-7224 - Updating post textbox UI (#7153)
* PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
Diffstat (limited to 'webapp/components/post_view')
-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>