change(ui) - removed an extra semicolon
This commit is contained in:
parent
ccb1e0a23a
commit
f6262c763b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class Login extends React.Component {
|
|||
<img src="/assets/logo-white.svg" />
|
||||
</div>
|
||||
<div className="color-white text-lg flex items-center">
|
||||
<img style={{ width: '800px', position: 'absolute', bottom: 0, left: 0 }} src={LoginBg} />;
|
||||
<img style={{ width: '800px', position: 'absolute', bottom: 0, left: 0 }} src={LoginBg} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="md:w-6/12 flex items-center justify-center py-10">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue