Skip to content

Commit a25326e

Browse files
committed
src video changed
1 parent fb7e60b commit a25326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VideoBackground/VideoBackground.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styles from './VideoBackground.module.css';
66
export const VideoBackground =()=>{
77
return(
88
<div>
9-
<video src={require('../../assets/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
9+
<video src={require('../../../public/assets/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
1010
</div>
1111
)
1212
}

0 commit comments

Comments
 (0)