Skip to content

Commit 8b6a956

Browse files
committed
structure folder public changed
1 parent ab6b766 commit 8b6a956

28 files changed

+3
-2
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/MainCard/MainCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import styles from'./MainCard.module.css';
3838
<Image
3939
width = {imageSize.width}
4040
height = {imageSize.height}
41-
src = {`assets/iconsStatics/${iconName}.svg`}
41+
src = {`img/iconsStatics/${iconName}.svg`}
4242
// src={`/img/iconsStatics/${iconName}.svg`}
4343
alt='weatherIcon'
4444

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('../../../public/assets/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
9+
<video src={require('../../../public/videos/video-background.mp4')} autoPlay muted loop className={styles.video}/>
1010
</div>
1111
)
1212
}

0 commit comments

Comments
 (0)