mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
update classes to follow talk naming convention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user