Commit 48363a94 authored by Riri Novita's avatar Riri Novita

Update UI Maintenance Login

parent 0362ce97
......@@ -166,8 +166,8 @@ class Login extends Component {
{this.state.maintenanceStatus === 1 ?
<div>
<Typography style={{ color: '#fff', fontSize: '2.5rem', margin: '10px 40px'}}>{this.state.maintenanceHeadline}</Typography>
<Typography style={{ color: '#fff', fontSize: 20, margin: 40}}>{this.state.maintenanceContent}</Typography>
<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>
:
<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