Adding correct classNames

This commit is contained in:
Belen Curcio
2017-06-07 13:19:36 -03:00
parent f6ad9c9373
commit 847a30ff92
4 changed files with 4 additions and 4 deletions
@@ -210,7 +210,7 @@ class Stream extends React.Component {
/>
)}
<div className="streamBox">
<div className="talk-stream-wrapper-box">
<Slot fill="streamBox" />
</div>
+1 -1
View File
@@ -178,7 +178,7 @@ hr {
display: none;
}
.streamBox {
.talk-stream-wrapper-box {
padding: 10px 0;
}
@@ -4,7 +4,7 @@ import styles from './styles.css';
export default class OffTopicFilter extends React.Component {
tag = 'OFF_TOPIC';
className = 'offTopicComment';
className = 'coral-plugin-off-topic-comment';
cn = {[this.className] : {tags: [this.tag]}};
handleChange = (e) => {
@@ -22,6 +22,6 @@
padding: 5px 0;
}
:global(.offTopicComment) {
:global(.coral-plugin-off-topic-comment) {
display: none;
}