update classes to follow talk naming convention

This commit is contained in:
Ryan Yun
2017-09-25 12:33:59 -04:00
parent 6138768588
commit 3f90f72bee
9 changed files with 10 additions and 10 deletions
@@ -8,7 +8,7 @@ export default (props) => (
<span>
{
isTagged(props.comment.tags, 'OFF_TOPIC') && props.depth === 0 ? (
<span className={cn(styles.tag, 'offTopicTagLabel')}>
<span className={cn(styles.tag, 'talk-stream-comment-offtopic-tag-label')}>
{t('off_topic')}
</span>
) : null