This commit is contained in:
Belen Curcio
2017-04-11 22:17:04 -03:00
parent 63b630833a
commit 2e3021e66b
@@ -30,8 +30,8 @@ class FakeComment extends React.Component {
<Content body={body} />
<div className="commentActionsLeft comment__action-container">
<div className={`${'coral-plugin-likes'}-container`}>
<button className={`coral-plugin-likes-button`}>
<span className={`coral-plugin-likes-button-text`}>{lang.t('like')}</span>
<button className={'coral-plugin-likes-button'}>
<span className={'coral-plugin-likes-button-text'}>{lang.t('like')}</span>
<i className={`${'coral-plugin-likes'}-icon material-icons`}
aria-hidden={true}>thumb_up</i>
</button>