|
|
@ -216,7 +216,7 @@ class DefaultHeader extends Component { |
|
|
|
|
|
|
|
|
|
|
|
getLogo = () => { |
|
|
|
getLogo = () => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div style={{ width: '10%', display: 'flex', justifyContent: 'center' }}> |
|
|
|
<div style={{ width: '10%', display: 'flex', justifyContent: 'center', paddingLeft:'10px' }}> |
|
|
|
<img |
|
|
|
<img |
|
|
|
style={{ width: '100%', height: '100%' }} |
|
|
|
style={{ width: '100%', height: '100%' }} |
|
|
|
src={this.getLogoHeaderContent()} |
|
|
|
src={this.getLogoHeaderContent()} |
|
|
|