Commit 09cd66a7 authored by Riri Novita's avatar Riri Novita

Merge branch 'dev/riri' into 'ENV-DEV'

update

See merge request !1756
parents 3ca5c6fe a24ad188
...@@ -167,7 +167,7 @@ class Login extends Component { ...@@ -167,7 +167,7 @@ class Login extends Component {
{this.state.maintenanceStatus === 1 ? {this.state.maintenanceStatus === 1 ?
<div> <div>
<Typography style={{ color: '#fff', fontSize: '2.5rem', margin: '10px 40px' }}>{this.state.maintenanceHeadline}</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 dangerouslySetInnerHTML={{ __html: this.state.maintenanceContent }} style={{ color: '#fff', margin: '10px 40px' }} />
</div> </div>
: :
<form onSubmit={(e) => { <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