forked from p15670423/monkey
Monkey icon moved to top left
This commit is contained in:
parent
59203e29a4
commit
fb5f1f8302
|
@ -140,12 +140,18 @@ class ReportPageComponent extends React.Component {
|
|||
generateReportHeader() {
|
||||
return (
|
||||
<div id="header">
|
||||
<div>
|
||||
<img src={monkeyLogoImage}
|
||||
style={{
|
||||
width: '100px',
|
||||
position: 'absolute',
|
||||
marginLeft: '-30px',
|
||||
marginTop: '-60px',
|
||||
}}/>
|
||||
</div>
|
||||
<h1 className="text-center">
|
||||
Infection Monkey Report
|
||||
</h1>
|
||||
<div className="center-block text-center">
|
||||
<img src={monkeyLogoImage} style={{width: '150px'}}/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue