Merge pull request 'update of single project images URL' (#15) from dev into main
Reviewed-on: #15
This commit is contained in:
commit
1ec3121bc1
@ -42,7 +42,7 @@ function SingleProject({ image, title, description, skills, color, nbImage }) {
|
||||
<button onClick={() => handleChangeImage(-1)} className="arrow preview">{'<'}</button>
|
||||
|
||||
<img
|
||||
src={`/public/assets/images/${image}/${image}_${imageID}.png`}
|
||||
src={`/assets/images/${image}/${image}_${imageID}.png`}
|
||||
alt={image}
|
||||
className={isFading ? 'fade-in' : 'fade-out'}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user