Adding Classes

This commit is contained in:
okbel
2017-12-20 19:59:14 -03:00
parent 5d51f71f0c
commit 37eafd2fed
2 changed files with 5 additions and 5 deletions
@@ -62,7 +62,7 @@ class SuspendUserDialog extends React.Component {
const {onCancel, username} = this.props;
const {duration} = this.state;
return (
<section>
<section className="talk-admin-suspend-user-dialog-step-0">
<h1 className={styles.header}>
{t('suspenduser.title_suspend')}
</h1>
@@ -100,7 +100,7 @@ class SuspendUserDialog extends React.Component {
const {message} = this.state;
const {onCancel, username} = this.props;
return (
<section>
<section className="talk-admin-suspend-user-dialog-step-1">
<h1 className={styles.header}>
{t('suspenduser.title_notify')}
</h1>