|
@ -8,8 +8,8 @@ const NvrHeader = (props) => { |
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
{/* <div className="NvrHeader"> */} |
|
|
{/* <div className="NvrHeader"> */} |
|
|
<video id='nvrBanner' autoPlay loop muted> |
|
|
<video id='nvrBanner' autoPlay loop muted style={{ width: '100%' }}> |
|
|
<source src='../../../../assets/images/background/nvr_banner.mp4' type='video/mp4'/> |
|
|
<source src='/assets/video/nvr_banner.mp4' type='video/mp4' /> |
|
|
<div |
|
|
<div |
|
|
style={{ |
|
|
style={{ |
|
|
fontSize: 22 + "px", |
|
|
fontSize: 22 + "px", |
|
@ -51,7 +51,7 @@ const NvrHeader = (props) => { |
|
|
); |
|
|
); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
function mapStateToProps(state) { |
|
|
function mapStateToProps (state) { |
|
|
const { auth, global, members } = state; |
|
|
const { auth, global, members } = state; |
|
|
return { |
|
|
return { |
|
|
loading: members.isRequesting, |
|
|
loading: members.isRequesting, |
|
|