diff --git a/js/lib/components/Modal.js b/js/lib/components/Modal.js index ae2c9e054..93baf9816 100644 --- a/js/lib/components/Modal.js +++ b/js/lib/components/Modal.js @@ -36,7 +36,7 @@ export default class Modal extends Component { return (
-
+
{Button.component({ icon: 'times', onclick: this.hide.bind(this), @@ -46,7 +46,7 @@ export default class Modal extends Component {
-

{this.title()}

+

{this.title()}

{alert ?
{this.alert}
: ''}