Commit 2586be6f authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

update

See merge request !1757
parents ac970064 09cd66a7
......@@ -167,7 +167,7 @@ class Login extends Component {
{this.state.maintenanceStatus === 1 ?
<div>
<Typography style={{ color: '#fff', fontSize: '2.5rem', margin: '10px 40px' }}>{this.state.maintenanceHeadline}</Typography>
<div dangerouslySetInnerHTML={{ __html: this.state.maintenanceContent }} style={{ color: '#fff', margin: 40 }} />
<div dangerouslySetInnerHTML={{ __html: this.state.maintenanceContent }} style={{ color: '#fff', margin: '10px 40px' }} />
</div>
:
<form onSubmit={(e) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment